Skip to content

Commit

Permalink
chore: update readme to build the root directory first (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf authored Nov 21, 2022
1 parent f6dcef7 commit 12be473
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ git clone https://github.com/googleapis/cloud-bigtable-clients-test.git
Build the proxy with the latest version of the client

```
cd java-bigtable/test-proxy
cd java-bigtable
mvn clean install -DskipTests
cd test-proxy
mvn clean install
```

Expand Down

0 comments on commit 12be473

Please sign in to comment.