Skip to content

Commit 70fd843

Browse files
Update README.md
1 parent 0dfa55b commit 70fd843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ In order to compile and use TLS-Scanner, you need to have Java installed, as wel
88

99
```bash
1010
$ cd TLS-Scanner
11-
$ ./mvnw clean package
11+
$ mvn clean package
1212

1313
```
1414
Alternatively, if you are in hurry, you can skip the tests by using:
1515
```bash
16-
$ ./mvnw clean package -DskipTests=true
16+
$ mvn clean package -DskipTests=true
1717
```
1818

1919
If you want to use TLS-Scanner as a library you need to install it with the following command:
2020
```bash
21-
$ ./mvnw clean install
21+
$ mvn clean install
2222
```
2323

2424
For hints on installing the required libraries checkout the corresponding GitHub repositories.

0 commit comments

Comments
 (0)