mirror of
https://github.com/benbusby/farside.git
synced 2025-04-19 18:38:42 +00:00
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:
parent
bff6a2287f
commit
51aba2ad78
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue