diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-01-02 15:10:43 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-01-02 15:10:43 +0100 |
commit | 1a71776fefe91349892db4961016807acab7f50d (patch) | |
tree | 4c53bc9c9fdafb2ec1121e614721d4bba7f12e9e | |
parent | 8c0c9aaaf648bbf75cf8d90ccb2e2ac7c88c2016 (diff) | |
download | dotfiles-1a71776fefe91349892db4961016807acab7f50d.tar.gz dotfiles-1a71776fefe91349892db4961016807acab7f50d.tar.bz2 dotfiles-1a71776fefe91349892db4961016807acab7f50d.zip |
Use `tar -z` explicitly
Ref. #35.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ Alternatively, to update while avoiding the confirmation prompt: To install these dotfiles without Git: ```bash -cd; curl -#L https://github.com/mathiasbynens/dotfiles/tarball/master | tar -x --strip-components 1 --exclude={README.md,bootstrap.sh} +cd; curl -#L https://github.com/mathiasbynens/dotfiles/tarball/master | tar -xz --strip-components 1 --exclude={README.md,bootstrap.sh} ``` To update later on, just run that command again. |