1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-09 18:29:36 +00:00

Update CONTRIBUTING.md

This commit is contained in:
Jesper Balman Gravgaard 2019-04-01 18:26:12 +00:00
parent c6c4ee2162
commit 48bac9e778

View File

@ -13,7 +13,7 @@ The prerequisites for locally building KickC is Java JDK 8 and Apache Maven.
The steps to build KickC is
1. Download, Fork or Clone the source code from https://gitlab.com/camelot/kickc
2. Build and package the KickC compiler by entering the source directory and executing "mvn package"
2. Build and package the KickC compiler by entering the source directory and executing `mvn package`