Skip to content

Commit

Permalink
docs(readme): Add non-interactive snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
musq committed Nov 3, 2019
1 parent 1bbae75 commit 3ed8874
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ git pull origin master

Pass `-y` or `--yes` to automatically answer yes to all the questions.

`./src/os/setup.sh -y`
| Tool | Snippet |
|:---|:---|
| `Manual` | `./src/os/setup.sh -y` |
| `wget` | `bash -c "$(wget -qO - https://raw.githubusercontent.com/musq/dotfiles/master/src/os/setup.sh) -y"` |
| `cURL` | `bash -c "$(curl -LsS https://raw.githubusercontent.com/musq/dotfiles/master/src/os/setup.sh) -y"` |


## Screenshots
Expand Down

0 comments on commit 3ed8874

Please sign in to comment.