From f60ddfa1e88d3312dd9e47e393a98cbbb35cac8b Mon Sep 17 00:00:00 2001 From: Kaya Gokalp Date: Fri, 15 Dec 2023 12:49:38 -0500 Subject: [PATCH] chore: update readme for pointing latest network installation --- book/src/quick-start.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/book/src/quick-start.md b/book/src/quick-start.md index c453723c..1fce1872 100644 --- a/book/src/quick-start.md +++ b/book/src/quick-start.md @@ -22,21 +22,22 @@ After installing Nix, open a new terminal and install the stable Fuel toolchain in a temporary shell with the following: ```console -nix shell github:fuellabs/fuel.nix#fuel +nix shell github:fuellabs/fuel.nix#beta-4 ``` -This will download the latest semver release of `fuel-core`, `forc`, and a suite -of other tools from the Fuel Labs cache into the local `/nix/store` cache and -"install" them to `PATH` for the duration of the current shell. +This will download the latest release of `fuel-core`, `forc`, compatible with +beta-4 network and a suite of other tools from the Fuel Labs cache into the +local `/nix/store` cache and "install" them to `PATH` for the duration of the +current shell. Let's check installation worked: ```console $ fuel-core --version -fuel-core 0.18.1 +fuel-core 0.20.5 $ forc --version -forc 0.39.0 +forc 0.46.1 ``` > **Note:** If you have previously installed Fuel tools using `cargo`, `fuelup`