Skip to content

Commit

Permalink
chore: 🤖 change cmd to use +stable release on install manual
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Sep 20, 2023
1 parent ac0eaa9 commit d496ec4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/node/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d496ec4

Please sign in to comment.