diff options
| author | Ben Busby <contact@benbusby.com> | 2022-02-14 10:40:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-14 10:40:46 -0700 |
| commit | 51aba2ad789bf5efc340ff686dcfee7aeb6fd873 (patch) | |
| tree | 7c6c03428689e345d8db25fa9c941918e70016d1 /README.md | |
| parent | bff6a2287fd07929d37998c331e9471a0c63fb90 (diff) | |
| download | farside-51aba2ad789bf5efc340ff686dcfee7aeb6fd873.tar.gz | |
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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 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` |
