Skip to content

Commit

Permalink
README: Reorganise bullet points for Redis [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa authored Nov 30, 2021
1 parent d2c79bf commit be7e39f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ If you want to run the bot as a standalone application rather than a Docker cont
- .NET SDK 5.0, instructions can be found on the [Microsoft website](https://dotnet.microsoft.com/download).
- Redis server, on Debian or Ubuntu-based Linux distributions this should be `sudo apt-get install redis-server`
- It may be in your best interests to configure Redis to use AOF persistence. This will dramatically decrease the risk of losing data due to power failure or similar issues. You can find more information about that on the [Redis website](https://redis.io/topics/persistence).
- If running on Windows, [tporadowski/redis](https://github.com/tporadowski/redis) is preferred over WSL or other methods of running Redis. Do not use `microsoftarchive/redis`.
- If running on Windows, [tporadowski/redis](https://github.com/tporadowski/redis) is preferred over WSL or other methods of running Redis.
- Do **not** use `microsoftarchive/redis`.
- If using WSL, you may need to `sudo service redis-server start` or `redis-server` manually.

Once you have everything installed:
Expand Down

0 comments on commit be7e39f

Please sign in to comment.