Skip to content

Commit

Permalink
Add wget one line install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Apr 15, 2021
1 parent 5d4f02c commit 179cbfc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@
## One-line binary install

Install the correct binary for your operating system and architecture in `./bin`
with a single command.
with a single command:

sh -c "$(curl -fsLS git.io/chezmoi)"

Or, if you have `wget` instead of `curl`:

sh -c "$(wget -qO- git.io/chezmoi)"

If you already have a dotfiles repo using chezmoi on GitHub at
`https://github.com/<github-username>/dotfiles` then you can install chezmoi and
your dotfiles with the single command:
Expand Down

0 comments on commit 179cbfc

Please sign in to comment.