File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ $ "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\B
30
30
31
31
### JVM
32
32
``` 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"
34
34
```
35
35
36
36
### Native
37
- - Build native executable
37
+ Once the native binary is built following your platform instructions, run the following command:
38
+
38
39
``` 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"
40
41
```
You can’t perform that action at this time.
0 commit comments