Add sudo apt install nginx to README.md for hosting the website

This commit is contained in:
2023-02-25 15:55:24 +01:00
parent 65bc8853e6
commit ff5542d8b0

View File

@ -65,6 +65,7 @@ cd website/
To install its dependencies make sure to have [`composer`](https://getcomposer.org/doc/00-intro.md) installed and run: To install its dependencies make sure to have [`composer`](https://getcomposer.org/doc/00-intro.md) installed and run:
```sh ```sh
sudo apt install nginx
composer install composer install
pip install webvtt-py pip install webvtt-py
``` ```