Skip to content

Commit

Permalink
fix: README instructions for first build on repo clone (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamomento authored Aug 24, 2021
1 parent 10ac844 commit 0eb84e9
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 @@ -10,7 +10,7 @@ Java sdk customers can use to interact with our ecosystem
1. Clone repo
* `git clone git@github.com:momentohq/client-sdk-java.git`
1. Initialize git submodule
* `git submodule init && git submodule update`
* `git submodule init && git submodule sync && git submodule update`
1. Run gradle build
* `TEST_AUTH_TOKEN=<auth token> gradle clean build`

Expand Down

0 comments on commit 0eb84e9

Please sign in to comment.