diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 051f5ace8df..bf4053c6380 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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//dotfiles` then you can install chezmoi and your dotfiles with the single command: