Skip to content

Commit 03ac59a

Browse files
authored
README should be finished now
1 parent 4aab202 commit 03ac59a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ This "hacked" version allows you to automatically unlock the "AllSuperRank" and
33

44
Just use [my deployment (hacked-github-stat-trophies.vercel.app)]() and follow the general instructions from [the original repo](https://github.com/ryo-ma/github-profile-trophy).
55

6-
If you want to automatically gain some of the other trophies, configure these booleans in [src/card.ts](https://github.com/FlyN-Nick/hacked-github-stat-trophies/blob/VegaDeftwing-master/src/card.ts) (you'll have to deploy to Vercel yourself):
6+
If you want to configure which trophies you automatically get, configure these booleans in [src/card.ts](https://github.com/FlyN-Nick/hacked-github-stat-trophies/blob/VegaDeftwing-master/src/card.ts) (you'll have to deploy to Vercel yourself):
77
```
8+
// LINE #50
89
let wantAllSuperRank = true;
9-
let wantMultipleLang = true;
1010
let wantLongTimeAccount = false;
1111
let wantAncientAccount = false;
1212
let wantJoined2020 = false;
1313
```
14+
If you want to disable automatically getting the "MultipleLang" secret trophy, change this boolean to false in [src/trophies.ts](https://github.com/FlyN-Nick/hacked-github-stat-trophies/blob/VegaDeftwing-master/src/trophies.ts):
15+
```
16+
// LINE #106
17+
let wantMultipleLang = true;
18+
```
1419
If you choose to use my deployement, it would be really appreciated if you gave me a star 🙃.

0 commit comments

Comments
 (0)