Remove redis config file from command in readme

Specifying the default redis.conf file is not required, and should be excluded
from the project documentation.
This commit is contained in:
Ben Busby 2022-02-14 10:40:46 -07:00 committed by GitHub
parent bff6a2287f
commit 51aba2ad78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ request per second per IP.
- Install [redis](https://redis.io)
- Install [elixir](https://elixir-lang.org/install.html)
- Start redis: `redis-server /usr/local/etc/redis.conf`
- Start redis: `redis-server`
- Install dependencies: `mix deps.get`
- Initialize redis contents: `mix run -e Farside.Instances.sync`
- Run Farside: `mix run --no-halt`