From 722d24698c17bbd78ee728e11e8f6cde6de1e57c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Jan 2021 17:58:49 +0100 Subject: [PATCH] Get sudo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d81568e..570d7de 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ Splash page for the project. ## Hack ```bash -$ apt install -y hugo +$ sudo apt install -y hugo $ hugo serve ```