Skip to content

Commit 940406f

Browse files
committed
Update README.md
1 parent ef332ba commit 940406f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

graphwalker-cli/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
GraphWalker CLI
22
======
33
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+
```bash
14+
graphwalker-cli/target/graphwalker-cli-3.2.1.jar
15+
```
16+

0 commit comments

Comments
 (0)