summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/re/radare2_cheatsheet.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/re/radare2_cheatsheet.txt b/docs/re/radare2_cheatsheet.txt
index e1bb63c..7c30b89 100644
--- a/docs/re/radare2_cheatsheet.txt
+++ b/docs/re/radare2_cheatsheet.txt
@@ -5,7 +5,7 @@ https://book.rada.re
#Install
git clone https://github.com/radareorg/radare2.git
-sudo ./sys/install.sh
+./sys/install.sh
#Uninstall
sudo make uninstall