The quickest way to get started is to install the latest
toolchain, although this step should be automatically done if you
installed fuelup
via fuelup-init
:
fuelup toolchain install latest
The Fuel toolchain is distributed on one release channel : latest (with nightly being a WIP).
fuelup
uses the latest
channel by default, which represents the latest stable release of the Fuel toolchain.
When new versions of the components within an distributable Fuel toolchain (latest
or nightly
)
are released, simply type fuelup update
to update:
fuelup update
fuelup
up to date You can request that fuelup
update itself to the latest version of fuelup
by running:
fuelup self update
The fuelup
command-line is built with clap , which serves a nice, built-in help system
that provides more information about each command. Run fuelup help
for an overview. Detailed
help for each subcommand is also available.
For example, run fuelup component --help
for specifics on installing components .