From 65065ff96bb95924e457c34a9d5d7df0a6092a48 Mon Sep 17 00:00:00 2001 From: Logan Blyth Date: Tue, 5 Nov 2024 10:12:24 -0500 Subject: [PATCH] Update docs/vlab/overview.md Co-authored-by: Quentin Monnet --- docs/vlab/overview.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/vlab/overview.md b/docs/vlab/overview.md index f592a6f..8b7b312 100644 --- a/docs/vlab/overview.md +++ b/docs/vlab/overview.md @@ -86,13 +86,14 @@ curl -fsSL https://i.hhdev.io/oras | bash Hedgehog maintains a utility to install and configure VLAB, called `hhfab`. -A GitHub access token is required to download `hhfab`, please submit a ticket using the [Hedgehog Support Portal](https://support.githedgehog.com/). Once obtained, use the provided username and token to log into the GitHub container registry: +You need a GitHub access token to download `hhfab`, please submit a ticket using the [Hedgehog Support Portal](https://support.githedgehog.com/). Once in possession of the credentials, use the provided username and token to log into the GitHub container registry: -To install: ```bash docker login ghcr.io --username provided_username --password provided_token ``` +Once logged in, download and run the script: + ```bash curl -fsSL https://i.hhdev.io/hhfab | bash ```