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

This commit is contained in:
Benjamin Loison 2023-02-25 15:55:24 +01:00
parent 65bc8853e6
commit ff5542d8b0
Signed by: Benjamin_Loison
SSH Key Fingerprint: SHA256:BtnEgYTlHdOg1u+RmYcDE0mnfz1rhv5dSbQ2gyxW8B8

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:
```sh
sudo apt install nginx
composer install
pip install webvtt-py
```