From b0976283c9fff648c1cc831a9dc791bf0006e709 Mon Sep 17 00:00:00 2001 From: m455 Date: Sun, 28 Mar 2021 16:37:04 -0400 Subject: [PATCH] Removed incorrect 'sudo' from (un)install steps. Thanks ~lucidiot for pointing this out! :D --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 189d180..c9b1507 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ This section assumes you have [downloaded nicethings](#downloading-nicethings). #### To install nicethings locally 1. Run `cd nicethings` -2. Run `sudo make install-local` +2. Run `make install-local` ### Installing nicethings to a custom directory @@ -205,7 +205,7 @@ This section assumes you have [downloaded nicethings](#downloading-nicethings). #### To uninstall nicethings locally 1. Run `cd nicethings` -2. Run `sudo make uninstall-local` +2. Run `make uninstall-local` ## Using nicethings