Skip to content

Commit

Permalink
doc: fix instructions to run from source
Browse files Browse the repository at this point in the history
  • Loading branch information
skaldarnar authored May 30, 2020
1 parent 81e227d commit 953178c
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 @@ -17,7 +17,7 @@ Here is a step-by-step summary:
* `git checkout develop`
* `cd ../..`
* Run `./gradlew jar`
* To start a server using FacadeServer, execute `./gradlew facades:Server:run`.
* To start a server using FacadeServer, execute `./gradlew facades:FacadeServer:run`.

### API documentation

Expand Down

0 comments on commit 953178c

Please sign in to comment.