Skip to content

Commit

Permalink
Updated LICENSE file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Jul 24, 2015
1 parent 7a08a5b commit a00b2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -190,7 +190,7 @@ Alternatively, to update while avoiding the confirmation prompt:

To install these dotfiles without Git:

$ cd; curl -#L https://github.com/donnemartin/dev-setup/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE.txt}
$ cd; curl -#L https://github.com/donnemartin/dev-setup/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE}

To update later on, just run that command again.

Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Expand Up @@ -6,7 +6,7 @@ git pull origin master;

function doIt() {
rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" \
--exclude "README.md" --exclude "LICENSE-MIT.txt" -avh --no-perms . ~;
--exclude "README.md" --exclude "LICENSE" -avh --no-perms . ~;
source ~/.bash_profile;
}

Expand Down

0 comments on commit a00b2e4

Please sign in to comment.