mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-16 16:27:37 +10:00
README: List files while untarring
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user