mirror of
https://github.com/fluencelabs/aqua-book
synced 2024-12-04 23:30:18 +00:00
29 lines
539 B
Markdown
29 lines
539 B
Markdown
|
# Installation
|
||
|
|
||
|
Both the Aqua compiler and support library can be installed natively with `npm`
|
||
|
|
||
|
To install the compiler:
|
||
|
|
||
|
```bash
|
||
|
npm -g install @fluencelabs/aqua
|
||
|
```
|
||
|
|
||
|
and to make the Aqua library available to Typescript applications:
|
||
|
|
||
|
```bash
|
||
|
npm -g install @fluencelabs/aqua-lib
|
||
|
```
|
||
|
|
||
|
Moreover, a VSCode syntax-highlighting extension is available. In VSCode, click on the Extensions button, search for `aqua`and install the extension.
|
||
|
|
||
|
![Aqua Extension for VSCode](<../.gitbook/assets/Screen Shot 2021-06-29 at 1.06.39 PM.png>)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|