Skip to content

Commit

Permalink
feat: mention MSI
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed May 9, 2024
1 parent 1ac4e40 commit cc0c84a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/installation-instructions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ curl --proto '=https' --tlsv1.2 -LsSf https://install.aiken-lang.org | sh
powershell -c "irm https://windows.aiken-lang.org | iex"
```

> You can also find an MSI [here](https://github.com/aiken-lang/aikup/releases/latest).
#### Homebrew

```sh
Expand Down Expand Up @@ -87,10 +89,8 @@ source /usr/local/share/bash-completion/completions/aiken
</Tabs.Tab>

<Tabs.Tab>
```sh
aiken completion zsh > /usr/local/share/zsh/site-functions/_aiken
source /usr/local/share/zsh/site-functions/_aiken
```
```sh aiken completion zsh > /usr/local/share/zsh/site-functions/_aiken source
/usr/local/share/zsh/site-functions/_aiken ```
</Tabs.Tab>
<Tabs.Tab>
Expand Down

0 comments on commit cc0c84a

Please sign in to comment.