Skip to content

Commit

Permalink
build section
Browse files Browse the repository at this point in the history
  • Loading branch information
alknopfler committed Jul 11, 2024
1 parent 37c2f95 commit f2a3718
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

## Usage

1.If your private registry is auth based, create your own registry auth file with the following format:
Clone the repository and build the tool using the following command:

```shell
make compile
```

1. If your private registry is auth based, create your own registry auth file with the following format:

```txt
<username_bas64encoded>:<password_base64encoded>
Expand All @@ -30,7 +36,7 @@ The following command can be used to generate the airgap artifacts

```bash
Usage:
suse-edge-airgap generate [flags]
seactl generate [flags]

Flags:
-h, --help help for generate
Expand Down

0 comments on commit f2a3718

Please sign in to comment.