Skip to content

Commit

Permalink
Merge pull request #267 from aquaproj/docs/fix-installer-script
Browse files Browse the repository at this point in the history
docs: fix the description of installer-script
  • Loading branch information
suzuki-shunsuke authored Dec 5, 2022
2 parents 3bfa0e3 + 5f48a57 commit c770fce
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ https://aquaproj.github.io/docs/tutorial-extras/split-config

### `installer-script` Preset

The preset `installer-script` updates the shell script aqua-installer and aqua itself.
The preset `installer-script` updates the shell script aqua-installer and aqua.
You have to pass fileMatch as parameter.

```json
Expand All @@ -109,6 +109,21 @@ You have to pass fileMatch as parameter.
curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v1.1.2/aqua-installer | bash -s -- -v v1.25.0
```

:warning: To update aqua, please don't add newlines.

:thumbsup:

```sh
curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v1.1.2/aqua-installer | bash -s -- -v v1.25.0
```

:thumbsdown:

```sh
curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v1.1.2/aqua-installer |
bash -s -- -v v1.25.0 # aqua isn't updated
```

## License

[MIT](LICENSE)

0 comments on commit c770fce

Please sign in to comment.