GitBook: [2.0.0] 23 pages modified

This commit is contained in:
boneyard93501
2021-09-06 23:23:37 +00:00
committed by gitbook-bot
parent bde2fc2b59
commit 59d59d1c92
3 changed files with 96 additions and 45 deletions

View File

@ -1,10 +1,6 @@
# Setting Up Your Environment
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.
In order to develop within the Fluence solution, [Rust](https://www.rust-lang.org/tools/install) and small number of tools are required.
### Rust
@ -35,7 +31,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
npm -g install @fluencelabs/aqua-cli
npm -g install @fluencelabs/aqua-lib
```
@ -65,7 +61,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 -g install @fluencelabs/fldist
npm install -g @fluencelabs/fldist
```
### Fluence SDK