File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
* ` git clone https://github.com/tipsy/github-profile-summary.git `
10
10
* ` cd github-profile-summary `
11
11
* ` 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 `
13
13
14
14
If no api-token is set, you only get ~ 50 requests/hour
15
15
16
16
To run the app with an api-token, first generate a token at
17
17
[ https://github.com/settings/tokens ] ( https://github.com/settings/tokens ) ,
18
18
then launch the jar with the token:
19
19
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 `
21
21
22
22
You can use a comma-separated list of tokens to increase your rate-limit
23
23
24
24
You can build a profile summary for any GitHub profile using ` -Dunrestricted=true ` :
25
25
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 `
27
27
28
28
You can enable Google Tag Manager on your instance by setting ` gtm-id ` :
29
29
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 `
31
31
32
32
## run locally with docker
33
33
You can’t perform that action at this time.
0 commit comments