From 09dde89d1db0d572d249f8709e72339c02096495 Mon Sep 17 00:00:00 2001 From: Dzmitry Lahoda Date: Sat, 29 May 2021 17:51:47 +0300 Subject: [PATCH] fce -> marine 2 --- quick_start/quick_start_setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quick_start/quick_start_setup.md b/quick_start/quick_start_setup.md index 9cd78cf..2dc55c7 100644 --- a/quick_start/quick_start_setup.md +++ b/quick_start/quick_start_setup.md @@ -15,11 +15,11 @@ rustup toolchain install nightly rustup target add wasm32-wasi ``` -In addition, install the Fluence REPL,`frepl`, and CLI, `fcli`, tools: +In addition, install the Marine REPL,`mrepl`, and CLI, `marine`, tools: ```bash -$ cargo install fcli --force -$ cargo install +nightly install frepl --force +$ cargo install marine --force +$ cargo +nightly install mrepl --force ``` Finally, you need [node](https://nodejs.org/en/) installed, and if you don't have it already, you may be best served by installing [NVM](https://github.com/nvm-sh/nvm):