Skip to content

Commit 87c021f

Browse files
committed
Update README
1 parent 87c6872 commit 87c021f

1 file changed

Lines changed: 28 additions & 5 deletions

File tree

README.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,39 @@
1-
## Installation
1+
# Install
22

33
```php
44
git clone https://github.com/Tinywan/msg-system.git
55
```
66

7-
## update
7+
# update
88

99
```php
1010
composer install
1111
```
1212

13-
## config
13+
# config
1414

15-
* Redis
16-
* Db
15+
## Redis
16+
17+
```php
18+
config/RedisConfig.php
19+
```
20+
21+
## MySQL
22+
23+
```php
24+
config/DbConfig.php
25+
```
26+
27+
# run
28+
29+
## Linux
30+
31+
```php
32+
php start.php start
33+
```
34+
35+
## Windows
36+
37+
```php
38+
start_for_win.bat
39+
```

0 commit comments

Comments
 (0)