Skip to content

Commit

Permalink
Update CONTRIBUTING.md after using git submodule and make (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 authored and bogdandrutu committed Aug 22, 2019
1 parent b13457b commit 85bfda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ $ git commit -m "Update javadoc for API."
Continuous integration builds the project, runs the tests, and runs multiple
types of static analysis.

Before running the build init repository dependencies by running `make init`.
Before running the build init repository dependencies by running `make init-git-submodules`.

Run the following commands to build, run tests and most static analysis, and
check formatting:

### OS X or Linux

`./gradlew clean assemble check verGJF`
`make test verify-format`

### Windows

Expand Down

0 comments on commit 85bfda0

Please sign in to comment.