From 6e9e931060f059acfdd003304279737db01cb83e Mon Sep 17 00:00:00 2001 From: Mohd Shahril Date: Mon, 12 Mar 2018 02:41:11 +0800 Subject: [PATCH] Update README.md (#386) Fetch all submodule(s) when cloning the project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3241c8c4..b057ece7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Cutter is based on Qt so you will need to have it installed. First you must clone the repository: ```sh -git clone https://github.com/radareorg/cutter +git clone --recurse-submodules https://github.com/radareorg/cutter cd cutter ```