From ff5542d8b0eb6a43f62dae0f371931e38ad000c1 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Sat, 25 Feb 2023 15:55:24 +0100 Subject: [PATCH] Add `sudo apt install nginx` to `README.md` for hosting the website --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59db7b4..6ae89dc 100644 --- a/README.md +++ b/README.md @@ -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 ```