README.md: simplified requirements (#179)

This commit is contained in:
James Stronz 2017-05-29 04:55:54 -05:00 committed by Hugo Teso
parent b7e9afc140
commit c36c5951ec

View File

@ -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
```