1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-25 20:32:25 +00:00

Update CONTRIBUTING.md

This commit is contained in:
Jesper Balman Gravgaard 2019-04-01 18:25:31 +00:00
parent d7b14907be
commit aa91229e0f

View File

@ -3,7 +3,7 @@
When contributing to this repository, please first discuss the change you wish to make via issue, When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owner of this repository before making a change. email, or any other method with the owner of this repository before making a change.
# Building KickC #"" Building KickC
The prerequisites for locally building KickC is Java JDK 8 and Apache Maven. The prerequisites for locally building KickC is Java JDK 8 and Apache Maven.
@ -16,3 +16,4 @@ 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"