Skip to content

Commit

Permalink
Rewrite Prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed May 15, 2024
1 parent 4d33bf6 commit a1d8827
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/docs/src/guide/fuels-cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ my-fuel-dapp # NextJS app or similar

## Prerequisites

We expect you to install the [Fuel Toolchain](https://docs.fuel.network/docs/sway/introduction/fuel_toolchain/#the-fuel-toolchain) before using this library. Follow [this guide](https://docs.fuel.network/guides/installation/) to get this installed.
The [Fuel Toolchain](https://docs.fuel.network/docs/sway/introduction/fuel_toolchain/#the-fuel-toolchain) and its components (namely `forc` and `fuel-core`) are pre-requisite for several operations with the Fuels CLI. For example:

- Building out contracts using [`fuels build`](./commands.md#fuels-build) requires `forc`.
- Deploying contracts locally using [`fuels deploy`](./commands.md#fuels-deploy) requires `fuel-core`.

Follow the [installation guide](https://docs.fuel.network/guides/installation/) if you don't have them installed already.

## Installation

Expand Down

0 comments on commit a1d8827

Please sign in to comment.