summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Busby <contact@benbusby.com>2022-02-14 10:40:46 -0700
committerGitHub <noreply@github.com>2022-02-14 10:40:46 -0700
commit51aba2ad789bf5efc340ff686dcfee7aeb6fd873 (patch)
tree7c6c03428689e345d8db25fa9c941918e70016d1 /README.md
parentbff6a2287fd07929d37998c331e9471a0c63fb90 (diff)
downloadfarside-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ecd3d2..3e4d655 100644
--- a/README.md
+++ b/README.md
@@ -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`