Skip to content

Commit ca440b0

Browse files
committed
📘: Update README to match new uber artifact name
1 parent ef012e7 commit ca440b0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ $ "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\B
3030

3131
### JVM
3232
```shell script
33-
$ java -jar target/github-dependents-scraper-1.0-SNAPSHOT-runner.jar "https://github.com/fabric8io/fabric8-maven-plugin/network/dependents?package_id=UGFja2FnZS0xODEwNTMzNjE%3D"
33+
$ java -jar target/github-dependents-scraper-uber.jar "https://github.com/fabric8io/fabric8-maven-plugin/network/dependents?package_id=UGFja2FnZS0xODEwNTMzNjE%3D"
3434
```
3535

3636
### Native
37-
- Build native executable
37+
Once the native binary is built following your platform instructions, run the following command:
38+
3839
```shell script
39-
$ ./target/github-dependents-scraper-1.0-SNAPSHOT-runner "https://github.com/fabric8io/fabric8-maven-plugin/network/dependents?package_id=UGFja2FnZS0xODEwNTMzNjE%3D"
40+
$ ./target/github-dependents-scraper-uber "https://github.com/fabric8io/fabric8-maven-plugin/network/dependents?package_id=UGFja2FnZS0xODEwNTMzNjE%3D"
4041
```

0 commit comments

Comments
 (0)