From 3fbe518b9c48107fda1848c588344a72ee31e137 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 17 Mar 2023 23:36:41 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/fuelup/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/fuelup/README.md diff --git a/src/fuelup/README.md b/src/fuelup/README.md new file mode 100644 index 0000000..80bc67d --- /dev/null +++ b/src/fuelup/README.md @@ -0,0 +1,24 @@ + +# Install Fuel Toolchain (fuelup) + +Install the Fuel toolchain using fuelup + +## Example Usage + +```json +"features": { + "ghcr.io/FuelLabs/devcontainer-features/fuelup:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| toolchain | Choose the Fuel toolchain to install. | string | latest | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/FuelLabs/devcontainer-features/blob/main/src/fuelup/devcontainer-feature.json). Add additional notes to a `NOTES.md`._