diff --git a/cli/README.md b/cli/README.md index 3e387abf1..31faef37f 100644 --- a/cli/README.md +++ b/cli/README.md @@ -15,7 +15,7 @@ There are some extra flags defined in code that will show up in `./main --help`, ## Installation Make sure you have go v1.16 installed. -1. cd to `mizu/cmd` +1. cd to `mizu/cli` 2. Run `go mod download` (may take a moment) 3. Run `go build main.go`