From 1c76daa166753bb52c61ef8af1ef07fa29ffda2d Mon Sep 17 00:00:00 2001 From: teddit Date: Mon, 7 Dec 2020 20:03:00 +0100 Subject: [PATCH] rm bad command for downloading and installing node.js --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 92da6fc..8b54e6d 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,7 @@ Community instances: ## Installation -1. Install [node.js](https://nodejs.org/en/)\ -For example:\ -`# curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs` +1. Install [node.js](https://nodejs.org/en/) 1. It's highly recommended that you install [redis-server](https://redis.io/) because it works as a cache for Reddit API calls. If you want to support videos, install [ffmpeg](https://ffmpeg.org/)\ For example:\ `# apt install redis-server ffmpeg`