From c517b50e965f9e2b61e75288aa9c2be0256a8669 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Fri, 25 Mar 2016 00:54:04 +0530 Subject: [PATCH] Fixes git clone instruction. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6153eca..4f4dc5e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ - Git clone this repository: ```sh - > git clone https://github.com/quintype/ringo + > git clone --recursive https://github.com/quintype/ringo ``` - Run the following commands in the terminal: