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 884ce22ff8
commit 8dd89e6e88

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
``` ```