Skip to content

Commit f7e2399

Browse files
anandsudhirtipsy
authored andcommitted
fix path to jar-with-dependencies in instructions to run locally (#78)
1 parent 69069bd commit f7e2399

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
* `git clone https://github.com/tipsy/github-profile-summary.git`
1010
* `cd github-profile-summary`
1111
* `mvn install`
12-
* `java -jar target/github-profile-summary-1.0-jar-with-dependencies.jar`
12+
* `java -jar target/github-profile-summary-jar-with-dependencies.jar`
1313

1414
If no api-token is set, you only get ~50 requests/hour
1515

1616
To run the app with an api-token, first generate a token at
1717
[https://github.com/settings/tokens](https://github.com/settings/tokens),
1818
then launch the jar with the token:
1919

20-
* `java -Dapi-tokens=your-token -jar target/github-profile-summary-1.0-jar-with-dependencies.jar`
20+
* `java -Dapi-tokens=your-token -jar target/github-profile-summary-jar-with-dependencies.jar`
2121

2222
You can use a comma-separated list of tokens to increase your rate-limit
2323

2424
You can build a profile summary for any GitHub profile using `-Dunrestricted=true`:
2525

26-
* `java -Dunrestricted=true -jar target/github-profile-summary-1.0-jar-with-dependencies.jar`
26+
* `java -Dunrestricted=true -jar target/github-profile-summary-jar-with-dependencies.jar`
2727

2828
You can enable Google Tag Manager on your instance by setting `gtm-id`:
2929

30-
* `java -Dgtm-id=GTM-XXXXXX -jar target/github-profile-summary-1.0-jar-with-dependencies.jar`
30+
* `java -Dgtm-id=GTM-XXXXXX -jar target/github-profile-summary-jar-with-dependencies.jar`
3131

3232
## run locally with docker
3333

0 commit comments

Comments
 (0)