Skip to content

Commit c481101

Browse files
authored
Update README.md
1 parent b2fa09d commit c481101

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@
99
```bash
1010
go mod tidy
1111
```
12+
2. Запускаем Redis:
1213

13-
2. Запустите приложение:
14+
```bash
15+
redis-server
16+
```
17+
18+
3. Запустите приложение:
1419

1520
```bash
1621
go run app/main.go -config=<config path>

0 commit comments

Comments
 (0)