Update README.md (#386)

Fetch all submodule(s) when cloning the project
This commit is contained in:
Mohd Shahril 2018-03-12 02:41:11 +08:00 committed by xarkes
parent 624cb8c99c
commit 6e9e931060

View File

@ -31,7 +31,7 @@ Cutter is based on Qt so you will need to have it installed.
First you must clone the repository: First you must clone the repository:
```sh ```sh
git clone https://github.com/radareorg/cutter git clone --recurse-submodules https://github.com/radareorg/cutter
cd cutter cd cutter
``` ```