Fix `localhost` URLs in readme

This commit is contained in:
amrw 2020-12-10 23:18:18 +01:00
parent 76546f0b6c
commit 0917faec86
No known key found for this signature in database
GPG Key ID: BDE4B0FDD8FA1C85
1 changed files with 6 additions and 3 deletions

View File

@ -55,16 +55,19 @@ docker-compose build
docker-compose up docker-compose up
``` ```
Teddit should now be running at <https://localhost:8080>. Teddit should now be running at <http://localhost:8080>.
### Manual ### Manual
1. Install [Node.js](https://nodejs.org). 1. Install [Node.js](https://nodejs.org).
1. (Optional) Install [redis-server](https://redis.io). 1. (Optional) Install [redis-server](https://redis.io).
Highly recommended  it works as a cache for Reddit API calls. 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 ```console
# Linux # Linux
@ -85,4 +88,4 @@ Teddit should now be running at <https://localhost:8080>.
npm start npm start
``` ```
Teddit should now be running at <https://localhost:8080>. Teddit should now be running at <http://localhost:8080>.