diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-01-02 16:35:05 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-01-02 16:35:05 +0100 |
commit | f62dfea69705ce734d0d8cc8af6c072a0b06fffb (patch) | |
tree | 4fd62550924e61c04efac95176810efc8e8716b7 | |
parent | fdd4cd23acd8e38ff6d9377e2c6b9ea200a7678a (diff) | |
download | dotfiles-f62dfea69705ce734d0d8cc8af6c072a0b06fffb.tar.gz dotfiles-f62dfea69705ce734d0d8cc8af6c072a0b06fffb.tar.bz2 dotfiles-f62dfea69705ce734d0d8cc8af6c072a0b06fffb.zip |
README: List files while untarring
-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 -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. |