From 4d3922f3319dd269da586e7eac5383c706213aed Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 13 Aug 2016 18:28:28 +0300 Subject: [PATCH] - Corrected Usage in README. --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 42a9028..985bd2b 100644 --- a/README.rst +++ b/README.rst @@ -14,11 +14,12 @@ WARNING: This will overwrite your existing files. .. code:: shell - git clone --recursive https://www.shore.co.il/git/rcfiles + git clone https://www.shore.co.il/git/rcfiles cd rcfiles mv -f $(ls -A) $HOME/ cd .. - rm -r files + rm -r rcfiles + git submodule update --init --recursive License ------- -- GitLab