aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-01-02 16:35:05 +0100
committerMathias Bynens <mathias@qiwi.be>2012-01-02 16:35:05 +0100
commitf62dfea69705ce734d0d8cc8af6c072a0b06fffb (patch)
tree4fd62550924e61c04efac95176810efc8e8716b7 /README.md
parentfdd4cd23acd8e38ff6d9377e2c6b9ea200a7678a (diff)
downloaddotfiles-f62dfea69705ce734d0d8cc8af6c072a0b06fffb.tar.gz
dotfiles-f62dfea69705ce734d0d8cc8af6c072a0b06fffb.tar.bz2
dotfiles-f62dfea69705ce734d0d8cc8af6c072a0b06fffb.zip
README: List files while untarring
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 ececb2c..074f65b 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 -xz --strip-components 1 --exclude={README.md,bootstrap.sh}
+cd; curl -#L https://github.com/mathiasbynens/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh}
```
To update later on, just run that command again.