From 8ae49d1baee6a81724694beba70c001151eff1e3 Mon Sep 17 00:00:00 2001 From: "LeChatP (Eddie BILLOIR)" Date: Wed, 18 Oct 2023 05:40:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0e4a8a8..4ed32e07 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Requirement: rustc >= 1.70.0 1. git clone 2. cd RootAsRole - 3. sudo sh ./configure.sh + 3. sudo ./configure.sh 4. sudo make install Note: The `configure.sh` installs `cargo` and `bpf-linker` rust programs manually into `/usr/local/bin`. You can refuse to install it this way, but these are mandatory to build the program. Depending on your distribution or how you want to install this software, you may know that most rust binaries are installed to `$HOME/.cargo/bin`. When you use sudo to configure, these binaries are installed in the effective user home directory. You may need to move these binaries to a known-user path.