From 1a71776fefe91349892db4961016807acab7f50d Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 2 Jan 2012 15:10:43 +0100 Subject: Use `tar -z` explicitly Ref. #35. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3