From 9a3c267e60201ea4bf3fa14728caa3b2ebddbfbe Mon Sep 17 00:00:00 2001 From: Dan MacDonald Date: Wed, 27 Dec 2023 01:53:45 +0000 Subject: [PATCH] Use sudo for example build command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d39cd2b..227b0a5 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ sudo usermod -a -G users username After adding the user to the group, you may have to logout and login again to apply the changes to your user. ## Building -In most cases you can simply run `make all` as root. You can use `-j` to speed up the build, adjusting the value of `-j` to the number of cores you wish to use for the build process. +In most cases you can simply run `sudo make all`. You can use `-j` to speed up the build, adjusting the value of `-j` to the number of cores you wish to use for the build process. ``` make clean