Update CONTRIBUTING.md

This commit is contained in:
Jesper Balman Gravgaard 2020-08-24 21:32:24 +00:00
parent 952f0ff16c
commit 17b6ea8980
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ The prerequisites for locally building KickC are the following
The steps to building KickC are
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`
(if you want to skip the time-consuming tests you can add the option `-DskipTests`)
2. Build and package the KickC compiler by entering the source directory and executing `mvn package`.
If you want to skip the time-consuming tests you can add the option `-DskipTests`.
3. The zipped release is placed in `target/kickc-release.zip`. You can now unzip it to a folder of your choice to start using the compiler.