Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
posriniv authored Oct 19, 2022
1 parent 8e868b7 commit 8fe8770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ybm create vpc
- `cd ybm-cli`
- `export GOPRIVATE=github.com/yugabyte`
- `go get github.com/yugabyte/yugabytedb-managed-go-client-internal@client-with-sample-api` - Notice the branch name after `@`. It should be the same as the branch in `yugabytedb-managed-go-client-internal` repository where we copied the autogenerated client code from the `yugabyte-cloud` repository after adding the sample API.
- `Make the changes to the ybm cli utlizing the internal go client` - Sample PR: https://github.com/yugabyte/ybm-cli/pull/12/files
- Make the changes to the ybm cli utlizing the internal go client - Sample PR: https://github.com/yugabyte/ybm-cli/pull/12/files
- `export YBM_HOST=localhost:9000`
- `make build`
- `./ybm greet`
Expand Down

0 comments on commit 8fe8770

Please sign in to comment.