GitBook: [2.0.0] 23 pages modified

This commit is contained in:
boneyard93501 2021-09-06 23:02:51 +00:00 committed by gitbook-bot
parent ab5a63397e
commit bde2fc2b59
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -1,6 +1,10 @@
# Setting Up Your Environment
In order to develop within the Fluence solution, [Rust](https://www.rust-lang.org/tools/install) and small number of tools are required.
In order to develop within the Fluence solution, [Node](https://nodejs.org/en/), [Rust](https://www.rust-lang.org/tools/install) and small number of tools are required.
### NodeJs
Download the \[installer\]\([https://nodejs.org/en/download/](https://nodejs.org/en/download/)\) for your platform and follow the instructions.
### Rust
@ -31,7 +35,7 @@ There are a number of good Rust installation and IDE integration tutorials avail
The Aqua compiler and standard library and be installed via npm:
```text
npm -g install @fluencelabs/aqua-cli
npm -g install @fluencelabs/aqua
npm -g install @fluencelabs/aqua-lib
```
@ -61,7 +65,7 @@ cargo +nightly install mrepl
In addition, Fluence provides the `fldist` tool for the lifecycle management of services. From deploying services to the network to executing compiled Aqua scripts from the command line , `fldist` does it:
```bash
npm install -g @fluencelabs/fldist
npm -g install @fluencelabs/fldist
```
### Fluence SDK