Added warning about ./sys/install.sh removing r2

This commit is contained in:
xarkes 2017-12-18 12:05:56 +01:00 committed by GitHub
parent 6fa0e0d147
commit e2357abf3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ cd cutter
``` ```
##### Building radare2 ##### Building radare2
**/!\ WARNING /!\ This will delete your current radare2 version if any already installed.**
```sh ```sh
git submodule init radare2 && git submodule update radare2 git submodule init radare2 && git submodule update radare2
cd radare2 && ./sys/install.sh cd radare2 && ./sys/install.sh