Skip to content

Commit

Permalink
Copybara import of the project:
Browse files Browse the repository at this point in the history
--
6934f7d by Anthony Lu <[email protected]>:

Update daisy-installation-usage.md for cli installation.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#63 from koln67:patch-1 6934f7d
PiperOrigin-RevId: 689523775
  • Loading branch information
koln67 authored and copybara-github committed Oct 24, 2024
1 parent 9a712e7 commit e31f4fb
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 e31f4fb

Please sign in to comment.