From c36c5951ec223bca17c56dcea398c4496d2eae1b Mon Sep 17 00:00:00 2001 From: James Stronz Date: Mon, 29 May 2017 04:55:54 -0500 Subject: [PATCH] README.md: simplified requirements (#179) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c69211..466642fb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Yes, the code sucks. Hopefully we will be able to remove this statement from the ## Requirements -- **Radare2**: Make sure that, when cloning the project, you use `git clone --recurse-submodules` or run `git submodule init` and `git submodule update` to clone the correct radare2 version. Then execute the following command in the radare2 folder: +- **Radare2**: Make sure that, when cloning the project, you use `git clone --recurse-submodules` or run `git submodule update --init` to clone the correct radare2 version. Then execute the following command in the radare2 folder: ``` sys/install.sh ```