comment out optional commands

pull/30/head
fox 2022-12-08 23:30:49 -06:00 committed by Gitea
parent e4fab8a56c
commit 97333269fe
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