From 6680320f2269b7dba596810adc22d3ed66ae3d32 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sat, 23 May 2015 14:26:44 +0800 Subject: [PATCH] Update README.md Shallow clone is enough for installation and make the cloning process faster --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f16bba0..9286890 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Installation Clone this repository: - git clone git://github.com/hakobera/nvmw.git "%HOMEDRIVE%%HOMEPATH%\.nvmw" + git clone --depth 1 git://github.com/hakobera/nvmw.git "%HOMEDRIVE%%HOMEPATH%\.nvmw" To activate nvmw, add nvmw directory to your PATH environment variable