Skip to content

Commit

Permalink
Update Quick Installation script
Browse files Browse the repository at this point in the history
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``
  • Loading branch information
opgrsankkar authored Aug 10, 2017
1 parent fe396ef commit ee3a6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee3a6c7

Please sign in to comment.