We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c6872 commit 87c021fCopy full SHA for 87c021f
1 file changed
README.md
@@ -1,16 +1,39 @@
1
-## Installation
+# Install
2
3
```php
4
git clone https://github.com/Tinywan/msg-system.git
5
```
6
7
-## update
+# update
8
9
10
composer install
11
12
13
-## config
+# config
14
15
-* Redis
16
-* Db
+## Redis
+
17
+```php
18
+config/RedisConfig.php
19
+```
20
21
+## MySQL
22
23
24
+config/DbConfig.php
25
26
27
+# run
28
29
+## Linux
30
31
32
+php start.php start
33
34
35
+## Windows
36
37
38
+start_for_win.bat
39
0 commit comments