1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-05-29 03:41:40 +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
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
* Apache Maven 3+ https://maven.apache.org
* [Java JDK 8+](https://www.oracle.com/technetwork/java/javase)
* [Apache Maven 3+](https://maven.apache.org)
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`