aiken/aikup/README.md

18 lines
250 B
Markdown

# `foundryup`
Update or revert to a specific Foundry branch 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
```