mirror of
1
0
Fork 0

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:
Justin Coffman 2021-10-18 09:02:23 -04:00 committed by GitHub
parent 18775e12a4
commit 1d73701c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 .
```