Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update readme for pointing latest network installation #116

Merged
merged 1 commit into from
Dec 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading