File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1414If no api-token is set, you only get ~ 50 requests/hour
1515
1616To run the app with an api-token, first generate a token at
1717[ https://github.com/settings/tokens ] ( https://github.com/settings/tokens ) ,
1818then 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
2222You can use a comma-separated list of tokens to increase your rate-limit
2323
2424You 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
2828You 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
You can’t perform that action at this time.
0 commit comments