From 0917faec86e9ab1f9331c95252a74696595bd8f1 Mon Sep 17 00:00:00 2001 From: amrw Date: Thu, 10 Dec 2020 23:18:18 +0100 Subject: [PATCH] Fix `localhost` URLs in readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a451851..1dc341d 100644 --- a/README.md +++ b/README.md @@ -55,16 +55,19 @@ docker-compose build docker-compose up ``` -Teddit should now be running at . +Teddit should now be running at . ### Manual 1. Install [Node.js](https://nodejs.org). + 1. (Optional) Install [redis-server](https://redis.io). Highly recommended – it works as a cache for Reddit API calls. -1. (Optional) If you want to support videos, install [ffmpeg](https://ffmpeg.org) +1. (Optional) Install [ffmpeg](https://ffmpeg.org). + + It's needed if you want to support videos. ```console # Linux @@ -85,4 +88,4 @@ Teddit should now be running at . npm start ``` -Teddit should now be running at . +Teddit should now be running at .