From b3e90033859352488da876273d1a01ae6d2695f6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 19 Nov 2020 19:50:28 -0500 Subject: [PATCH] Update install instructions to include Redis --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7cf4e77d..01ad2fd2 100644 --- a/README.md +++ b/README.md @@ -115,9 +115,10 @@ don't grant that permission. 2. [Follow these instructions to install the dependencies for `node-canvas`](https://github.com/Automattic/node-canvas/wiki/Installation:-Windows). 3. [Follow these instructions to install ffmpeg](https://www.wikihow.com/Install-FFmpeg-on-Windows). 4. [Install ImageMagick](https://imagemagick.org/script/download.php). -5. Run `npm i --production` in the folder you cloned the bot. -6. Run `npm i -g pm2` to install PM2. -7. Run `pm2 start Xiao.js --name xiao` to run the bot. +5. [Follow these instructions to install Redis](https://riptutorial.com/redis/example/29962/installing-and-running-redis-server-on-windows). Remember to set up a password! +6. Run `npm i --production` in the folder you cloned the bot. +7. Run `npm i -g pm2` to install PM2. +8. Run `pm2 start Xiao.js --name xiao` to run the bot. ### Mac @@ -134,9 +135,10 @@ don't grant that permission. 5. [Follow these instructions to install the dependencies for `node-canvas`](https://github.com/Automattic/node-canvas/wiki/Installation%3A-Ubuntu-and-other-Debian-based-systems). 6. Run `apt install liblqr-1-0-dev liblqr-1-0` to install liblqr (needed for ImageMagick). 7. [Follow these instructions to install ImageMagick](https://www.tecmint.com/install-imagemagick-on-debian-ubuntu/). -8. Run `npm i --production` in the folder you cloned the bot. -9. Run `npm i -g pm2` to install PM2. -10. Run `pm2 start Xiao.js --name xiao` to run the bot. +8. [Follow these instructions to set up Redis](https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04). Remember to set up a password! +9. Run `npm i --production` in the folder you cloned the bot. +10. Run `npm i -g pm2` to install PM2. +11. Run `pm2 start Xiao.js --name xiao` to run the bot. ## Filling Out Your .env File