Add 'getting-started' first draft.

Mostly to have a place to list editors integrations.
This commit is contained in:
KtorZ 2022-11-10 15:46:58 +01:00
parent 13f829d2ec
commit deab41b9e1
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
2 changed files with 23 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Summary # Summary
- [Introduction](./introduction.md) - [Introduction](./introduction.md)
- [Getting Started](./getting-started.md)
- [Untyped Plutus Core](./uplc.md) - [Untyped Plutus Core](./uplc.md)
- [Syntax](./uplc/syntax.md) - [Syntax](./uplc/syntax.md)
- [Command-line utilities](./uplc/cli.md) - [Command-line utilities](./uplc/cli.md)

View File

@ -0,0 +1,22 @@
# Getting Started
## Installation
### From Source
```console
$ cargo install aiken
```
## QuickStart
```
$ aiken --help
```
## Editor Integrations
| Editor | Plugin |
| --- | --- |
| VSCode | [TxPipe/vscode-aiken](https://github.com/txpipe/vscode-aiken/) |
| Vim/Neovim | [CardanoSolutions/aiken-vim](https://github.com/txpipe/aiken) |