mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 23:09:28 +01:00
Fix localhost
URLs in readme
This commit is contained in:
parent
76546f0b6c
commit
0917faec86
@ -55,16 +55,19 @@ docker-compose build
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
Teddit should now be running at <https://localhost:8080>.
|
||||
Teddit should now be running at <http://localhost:8080>.
|
||||
|
||||
### 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 <https://localhost:8080>.
|
||||
npm start
|
||||
```
|
||||
|
||||
Teddit should now be running at <https://localhost:8080>.
|
||||
Teddit should now be running at <http://localhost:8080>.
|
||||
|
Loading…
Reference in New Issue
Block a user