Skip to content

Commit

Permalink
Update docs/vlab/overview.md
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Monnet <[email protected]>
  • Loading branch information
2 people authored and Frostman committed Nov 7, 2024
1 parent 9557ea3 commit 65065ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/vlab/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 65065ff

Please sign in to comment.