Add 'getting-started' first draft.
Mostly to have a place to list editors integrations.
This commit is contained in:
parent
13f829d2ec
commit
deab41b9e1
|
@ -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)
|
||||||
|
|
|
@ -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) |
|
Loading…
Reference in New Issue