Skip to content

Commit

Permalink
Update Readme file with Make file information
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic committed Oct 2, 2024
1 parent f70d6ca commit 1079a79
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,19 @@ If you would like to build the images yourself, heighliner is a CLI tool to help
Download the latest [release](https://github.com/strangelove-ventures/heighliner/releases), or build it yourself with:

```shell
go build
make build
```

## Build and put binary in path.

If you would like to build an image and put it in your local path , you can do the following.

```shell
make install
```



#### Example: build the docker image for gaia v6.0.0:

```shell
Expand Down

0 comments on commit 1079a79

Please sign in to comment.