mirror of
https://github.com/fluencelabs/gitbook-docs
synced 2025-04-25 16:02:17 +00:00
GitBook: [2.0.0] 23 pages modified
This commit is contained in:
parent
ab5a63397e
commit
bde2fc2b59
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user