From 9f9710effd046083c69f6d0f3fcea3cd70aa831a Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 2 Jul 2013 18:04:07 +0200 Subject: README: Tweak Git-free install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a97aa5b..0a6c668 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ set -- -f; source bootstrap.sh To install these dotfiles without Git: ```bash -cd; curl -#L https://github.com/mathiasbynens/dotfiles/tarball/master | tar -xzv --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,LICENSE-MIT.txt} ``` To update later on, just run that command again. -- cgit v1.2.3