Skip to content

Commit ed079cb

Browse files
authored
Update README.md
1 parent b79db47 commit ed079cb

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,22 @@ To build and test the SDK you need the flowing things installed in your computer
1818

1919
## Build and test
2020

21-
The package can be built and tested from IntelliJ IDEA
21+
The package can be built and tested from IntelliJ IDEA or from command line with Maven.
22+
23+
24+
### Build and test from command line with Maven
25+
26+
You need to have Maven installed in your machine. Follow the instruction here to install Maven:
27+
28+
https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
29+
30+
Download the Casper-Kotlin-SDK code from Github and put it somewhere in your machine.
31+
32+
Open Terminal if you are using Mac OS or Command Prompt if you are using Windows OS. Enter the root folder of the Casper-Kotlin-SDK, then run this command to test and build the SDK:
33+
34+
```Kotlin
35+
mvn package
36+
```
2237

2338
### Build and test in IntelliJ IDEA
2439

0 commit comments

Comments
 (0)