From ee3a6c779b131bd69e55c487c2535f5505691dd2 Mon Sep 17 00:00:00 2001 From: Sankkara Narayanan Date: Fri, 11 Aug 2017 01:53:27 +0530 Subject: [PATCH] Update Quick Installation script Quick Installation does not need cloning the whole history of the repo, especially if they're going to delete the whole folder immediately. So added ``--depth=1`` option to ``git clone`` --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 37d43c0..95bebdc 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Quick installation You can copy and paste the commands to your terminal. Comments are fine too. :: # clone - git clone https://github.com/powerline/fonts.git + git clone https://github.com/powerline/fonts.git --depth=1 # install cd fonts ./install.sh