Skip to content

Commit

Permalink
Merge pull request #63 from koln67:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689529034
  • Loading branch information
copybara-github committed Oct 24, 2024
2 parents 9a712e7 + 6934f7d commit 1953625
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/daisy-installation-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ go get github.com/GoogleCloudPlatform/compute-image-tools/cli_tools/daisy
```
This will place the Daisy binary in `$GOPATH/bin`.

## Build the cli
After cloning this repo, run
```shell
cd cli
go build .
```
A cli executable file should appear, and you can move that into the folder where binaries are stored on your machine.

# Usage
The basic use case for Daisy looks like:
```shell
Expand Down

0 comments on commit 1953625

Please sign in to comment.