From a1d8827b6c6ad408e19cf6556c23b9e317850701 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Wed, 15 May 2024 10:34:51 +0100 Subject: [PATCH] Rewrite Prerequisites --- apps/docs/src/guide/fuels-cli/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/docs/src/guide/fuels-cli/index.md b/apps/docs/src/guide/fuels-cli/index.md index 89f44469c25..de545bec5a6 100644 --- a/apps/docs/src/guide/fuels-cli/index.md +++ b/apps/docs/src/guide/fuels-cli/index.md @@ -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