29 lines
856 B
Markdown
29 lines
856 B
Markdown
# Getting Started
|
|
|
|
## Installation
|
|
|
|
### From Source
|
|
|
|
```console
|
|
cargo install aiken
|
|
```
|
|
|
|
> **Note**
|
|
>
|
|
> _`cargo` is a package manager for Rust. To install it, please refer to [the Rust book](https://doc.rust-lang.org/stable/book/ch01-01-installation.html)._
|
|
|
|
## QuickStart
|
|
|
|
```
|
|
aiken --help
|
|
```
|
|
|
|
## Editor Integrations
|
|
|
|
The following plugins provide syntax highlighting and indentation rules for Aiken.
|
|
|
|
| Editor | Plugin |
|
|
| ---------- | --------------------------------------------------------------------------- |
|
|
| VSCode | [aiken-lang/editor-integration-vscode](https://github.com/aiken-lang/editor-integration-vscode) |
|
|
| Vim/Neovim | [aiken-lang/editor-integration-nvim](https://github.com/aiken-lang/editor-integration-nvim) |
|