Skip to content

Commit 1fdf441

Browse files
authored
Merge pull request #217 from craigtaverner/1.1-update-readme
Added note about submodule neokit to readme
2 parents d717808 + cc26e54 commit 1fdf441

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ code with git tags instead.
4040

4141
### Java version
4242

43-
To compile the code and run all tests, if you are running Java 8:
43+
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:
4449

4550
mvn clean install
4651

0 commit comments

Comments
 (0)