We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d717808 commit cc26e54Copy full SHA for cc26e54
README.md
@@ -40,7 +40,12 @@ code with git tags instead.
40
41
### Java version
42
43
-To compile the code and run all tests, if you are running Java 8:
+To compile the code and run all tests, you first need to prepare the `neokit` submodule which is used for integration tests:
44
+
45
+ git submodule init
46
+ git submodule update
47
48
+Then if you are running Java 8:
49
50
mvn clean install
51
0 commit comments