We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef332ba commit 940406fCopy full SHA for 940406f
graphwalker-cli/README.md
@@ -1,3 +1,16 @@
1
GraphWalker CLI
2
======
3
Documentation at http://graphwalker.org/docs/command_line_syntax
4
+
5
+### How to build the standalone jar of graphwalker-cli
6
+```bash
7
+git clone https://github.com/GraphWalker/graphwalker-project.git
8
+cd graphwalker-project
9
+mvn package -pl graphwalker-cli -am
10
+```
11
12
+The jar is in:
13
14
+graphwalker-cli/target/graphwalker-cli-3.2.1.jar
15
16
0 commit comments