aiken/aikup/README.md

18 lines
245 B
Markdown

# `aikup`
Update or revert to a specific Aiken version with ease.
## Installing
```sh
curl -L https://install.aiken-lang.org | bash
```
## Usage
To install a specific **version** (in this case the `v0.1.0`):
```sh
aikup install v0.1.0
```