File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ # node-java
2
+
1
3
[ ![ Test] ( https://github.com/MarkusJx/node-java-bridge/actions/workflows/test.yml/badge.svg )] ( https://github.com/MarkusJx/node-java-bridge/actions/workflows/test.yml )
2
4
[ ![ Check-style] ( https://github.com/MarkusJx/node-java-bridge/actions/workflows/check-style.yml/badge.svg )] ( https://github.com/MarkusJx/node-java-bridge/actions/workflows/check-style.yml )
3
5
[ ![ SystemTest] ( https://github.com/MarkusJx/node-java-bridge/actions/workflows/system_test.yml/badge.svg )] ( https://github.com/MarkusJx/node-java-bridge/actions/workflows/system_test.yml )
@@ -24,13 +26,15 @@ npm i java-bridge
24
26
## Build instructions
25
27
26
28
In order to build this project, you should install
27
- * Node.js
28
- * npm
29
- * rustc, the rust compiler
30
- * cargo
31
- * Java JDK 8+
29
+
30
+ - Node.js
31
+ - npm
32
+ - rustc, the rust compiler
33
+ - cargo
34
+ - Java JDK 8+
32
35
33
36
Then, to build the project, run:
37
+
34
38
``` sh
35
39
npm install
36
40
npm run build
You can’t perform that action at this time.
0 commit comments