From 0b797638742c520031edb950f16551b51fe14fb3 Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 7 Jun 2020 14:59:31 -0700 Subject: [PATCH] Update Make install instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e08b87..dad7663 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To install with [Make](https://en.wikipedia.org/wiki/Make_(software)), clone this repository, navigate to the clone's root directory, and run: ```bash -make install +sudo make install ``` ### Manual