From 51aba2ad789bf5efc340ff686dcfee7aeb6fd873 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 14 Feb 2022 10:40:46 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`