From 48bac9e7780692c75322550d5b28ea19b9957b3e Mon Sep 17 00:00:00 2001 From: Jesper Balman Gravgaard Date: Mon, 1 Apr 2019 18:26:12 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29432f466..2379fa035 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`