From d496ec47b0d2f2b4441bce8f3777efcdac359801 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Wed, 20 Sep 2023 16:27:26 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20change=20cmd=20to=20use?= =?UTF-8?q?=20+stable=20release=20on=20install=20manual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/node/install.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/node/install.md b/docs/node/install.md index 0a9cef127..856ada4ae 100644 --- a/docs/node/install.md +++ b/docs/node/install.md @@ -361,13 +361,9 @@ cargo update Start the `install` process by running the command: ```sh -cargo build +cargo +stable build --release ``` -:::tip -At the time of writing, Fleek Network lightning is under development, thus we're using the `cargo build` command. Alternatively, you're recommended to use the `+stable`, e.g. `cargo +stable build`. -::: - The installation process is long, as it compiles the application binary for us from the source code. 🌈 Here's the output when successful! Note, that the output might differ slightly from time of writting.