Add some minor precisions in 'getting-started'
And tweaks the link to the editor plugins already -- a bit ahead of time.
This commit is contained in:
parent
69db9696d6
commit
8a4c5a5516
|
@ -5,18 +5,24 @@
|
||||||
### From Source
|
### From Source
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ cargo install aiken
|
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
|
## QuickStart
|
||||||
|
|
||||||
```
|
```
|
||||||
$ aiken --help
|
aiken --help
|
||||||
```
|
```
|
||||||
|
|
||||||
## Editor Integrations
|
## Editor Integrations
|
||||||
|
|
||||||
|
The following plugins provide syntax highlighting and indentation rules for Aiken.
|
||||||
|
|
||||||
| Editor | Plugin |
|
| Editor | Plugin |
|
||||||
| ---------- | --------------------------------------------------------------------------- |
|
| ---------- | --------------------------------------------------------------------------- |
|
||||||
| VSCode | [TxPipe/vscode-aiken](https://github.com/txpipe/vscode-aiken/) |
|
| VSCode | [aiken-lang/editor-integration-vscode](https://github.com/aiken-lang/editor-integration-vscode) |
|
||||||
| Vim/Neovim | [CardanoSolutions/aiken-vim](https://github.com/CardanoSolutions/aiken-vim) |
|
| Vim/Neovim | [aiken-lang/editor-integration-nvim](https://github.com/aiken-lang/editor-integration-nvim) |
|
||||||
|
|
Loading…
Reference in New Issue