From 4be73f7d0551954f40d0a57bb2f86cc38cf9362d Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Mon, 5 Sep 2022 01:11:40 +0200 Subject: [PATCH] [SKIP CI] readme: add `make` to instructions Signed-off-by: Sam Therapy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3287ee..9c749b4 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Using the makefile: ```sh make -sudo make install +make && sudo make install ``` ## Contributing