From bde2fc2b591719c18c81ab21052a6ac20dd238fa Mon Sep 17 00:00:00 2001 From: boneyard93501 Date: Mon, 6 Sep 2021 23:02:51 +0000 Subject: [PATCH] GitBook: [2.0.0] 23 pages modified --- tutorials_tutorials/recipes_setting_up.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tutorials_tutorials/recipes_setting_up.md b/tutorials_tutorials/recipes_setting_up.md index 87e4013..fb16503 100644 --- a/tutorials_tutorials/recipes_setting_up.md +++ b/tutorials_tutorials/recipes_setting_up.md @@ -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