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
|
||||
|
||||
```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
|
||||
|
||||
```
|
||||
$ aiken --help
|
||||
aiken --help
|
||||
```
|
||||
|
||||
## Editor Integrations
|
||||
|
||||
The following plugins provide syntax highlighting and indentation rules for Aiken.
|
||||
|
||||
| Editor | Plugin |
|
||||
| ---------- | --------------------------------------------------------------------------- |
|
||||
| VSCode | [TxPipe/vscode-aiken](https://github.com/txpipe/vscode-aiken/) |
|
||||
| Vim/Neovim | [CardanoSolutions/aiken-vim](https://github.com/CardanoSolutions/aiken-vim) |
|
||||
| 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) |
|
||||
|
|
Loading…
Reference in New Issue