Update README with git clone depth limitation
Limiting the git clone operation to only the most recent iteration keeps the user's local copy as small as possible.
This commit is contained in:
parent
18775e12a4
commit
1d73701c58
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ existing `~/.tmux.conf` first)
|
|||
|
||||
```
|
||||
$ cd
|
||||
$ git clone https://github.com/gpakosz/.tmux.git
|
||||
$ git clone --depth 1 https://github.com/gpakosz/.tmux.git
|
||||
$ ln -s -f .tmux/.tmux.conf
|
||||
$ cp .tmux/.tmux.conf.local .
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue