Skip to content

Commit beab744

Browse files
Added how to build and run paragraph
1 parent beb238f commit beab744

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@
22

33
Navigate github using the terminal emulator
44

5+
## How to build
6+
execute this command in your terminal:
7+
```
8+
mvn package -Dmaven.test.skip=true
9+
10+
```
11+
after that the jar file should be in the target folder.
12+
13+
## How to use it
514

6-
## How to use
15+
launch the jar by doing:
16+
```
17+
java -jar githubterminal-0.0.1-SNAPSHOT.jar
18+
19+
```
720

821
GitCli has the following commands:
922
- clone: clones a git repository given an http URL and a local directory

0 commit comments

Comments
 (0)