Skip to content

Commit

Permalink
chore: update readme for pointing latest network installation (#116)
Browse files Browse the repository at this point in the history
closes #108.

## Description

This PR changes quick start section in the book so that people would
install latest beta network available if they blindly follow the docs.
  • Loading branch information
kayagokalp authored Dec 17, 2023
1 parent 3a8e4c3 commit 46260ae
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 46260ae

Please sign in to comment.