comment out optional commands

fox 2022-12-08 23:30:49 -06:00
parent 36493354ad
commit bafc635df8
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ mkdir -p data/redis
redis-server ./redis-dev.conf
# [Optional] Stop Redis
kill "$(cat ./data/redis/redis-dev.pid)"
# kill "$(cat ./data/redis/redis-dev.pid)"
```
## Ruby