Skip to content

Commit

Permalink
chore: update dev guide to get version of gapic-showcase to install.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 committed Feb 8, 2024
1 parent 47b632a commit ef7d8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showcase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ update to a compatible client version in `./WORKSPACE`.
```shell
# Install the showcase server version defined in gapic-showcase/pom.xml
cd showcase
go install github.com/googleapis/gapic-showcase/cmd/gapic-showcase@v"$(cd gapic-showcase;mvn help:evaluate -Dexpression=gapic-showcase.version -q -DforceStdout)"
go install github.com/googleapis/gapic-showcase/cmd/gapic-showcase@v"$(cd gapic-showcase;mvn help:evaluate -Dexpression=gapic-showcase.version -q -DforceStdout |sed 's/\x1b\[[0-9;]*m//g')"
PATH=$PATH:`go env GOPATH`/bin
gapic-showcase --help
> Root command of gapic-showcase
Expand Down

0 comments on commit ef7d8db

Please sign in to comment.