aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-01-02 15:10:43 +0100
committerMathias Bynens <mathias@qiwi.be>2012-01-02 15:10:43 +0100
commit1a71776fefe91349892db4961016807acab7f50d (patch)
tree4c53bc9c9fdafb2ec1121e614721d4bba7f12e9e /README.md
parent8c0c9aaaf648bbf75cf8d90ccb2e2ac7c88c2016 (diff)
downloaddotfiles-1a71776fefe91349892db4961016807acab7f50d.tar.gz
dotfiles-1a71776fefe91349892db4961016807acab7f50d.tar.bz2
dotfiles-1a71776fefe91349892db4961016807acab7f50d.zip
Use `tar -z` explicitly
Ref. #35.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5009182..ececb2c 100644
--- a/README.md
+++ b/README.md
@@ -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.