Skip to content

Commit

Permalink
Update README with clone instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandtritsch committed Mar 20, 2023
1 parent 33fad50 commit b52ac44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* Create an issue (and agree what needs to get solved and how)
* Fork the repo
* Clone the repo ...
* `git clone >repo<`
* `cd >repo<`
* `git submodule update --init`
* Run `sbt generateXMLFiles` (once)
* Run `sbt test`to test the current implementation
* Run `sbt publishLocal` to create a local build that you can use in
Expand Down

0 comments on commit b52ac44

Please sign in to comment.