1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-12-28 01:29:44 +00:00

Update CONTRIBUTING.md

This commit is contained in:
Jesper Balman Gravgaard 2019-04-02 20:12:23 +00:00
parent 565d4ab128
commit a2fece2ea2

View File

@ -5,10 +5,10 @@ facebook, or any other method with the owner of this repository before making a
## Building KickC ## Building KickC
The prerequisites for locally building KickC is Java JDK 8+ and Apache Maven 3+. The prerequisites for locally building KickC are the following
* Java JDK 8+ https://www.oracle.com/technetwork/java/javase * [Java JDK 8+](https://www.oracle.com/technetwork/java/javase)
* Apache Maven 3+ https://maven.apache.org * [Apache Maven 3+](https://maven.apache.org)
The steps to build KickC is The steps to build KickC is
@ -16,4 +16,3 @@ The steps to build KickC is
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`