From 56f89a02bc4fc7696558e1a2c11a81b6349137ab Mon Sep 17 00:00:00 2001 From: Hokuto Chen Date: Sat, 30 Jul 2022 07:32:30 +0000 Subject: [PATCH] updated redis requirement for release --- docs/guides/linux-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/linux-guide.md b/docs/guides/linux-guide.md index 864c3991b..b685da669 100644 --- a/docs/guides/linux-guide.md +++ b/docs/guides/linux-guide.md @@ -69,7 +69,7 @@ Open Terminal (if you're on an installation with a window manager) and navigate ###### Prerequisites -1. Nadeko requires redis to function +1. (Optional) Installing Redis - ubuntu installation command: `sudo apt-get install redis-server` 2. Playing music requires `ffmpeg`, `libopus`, `libsodium` and `youtube-dl` (which in turn requires python3) - ubuntu installation command: `sudo apt-get install ffmpeg libopus0 opus-tools libopus-dev libsodium-dev -y`