From 937ddec0a054e54c24abb32ef92a51b3013b4ef7 Mon Sep 17 00:00:00 2001 From: Sandusky <39354014+cold-briu@users.noreply.github.com> Date: Fri, 6 Oct 2023 01:24:23 -0500 Subject: [PATCH] docs: link to docs hub fuel installation guide (#1317) * docs: link to docs hub fuel installation guide * chore: changeset --------- Co-authored-by: Daniel Bate --- .changeset/light-terms-sleep.md | 2 ++ apps/docs/src/index.md | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .changeset/light-terms-sleep.md diff --git a/.changeset/light-terms-sleep.md b/.changeset/light-terms-sleep.md new file mode 100644 index 00000000000..a49ba48448f --- /dev/null +++ b/.changeset/light-terms-sleep.md @@ -0,0 +1,2 @@ +--- +--- \ No newline at end of file diff --git a/apps/docs/src/index.md b/apps/docs/src/index.md index 7286f8e53d7..0152de2da36 100644 --- a/apps/docs/src/index.md +++ b/apps/docs/src/index.md @@ -9,6 +9,10 @@ This doc was generated using Fuels `v{{fuels}}`, Fuel Core `v{{fuelCore}}`, Sway `v{{forc}}`, and Forc `v{{forc}}`. +## Installation Guide + +Please visit the Fuel's [installation guide](https://docs.fuel.network/guides/installation) to install The Fuel toolchain binaries and pre requisites. + ## Developer Quickstart Guide We recommend starting with the [Developer Quickstart](https://fuellabs.github.io/fuel-docs/master/quickstart/developer-quickstart.html) for a walk through on building your first DApp on Fuel.