blob: 24005b3539635d950c2d130f7087344876c12ab3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# sts2stats
this project requires go 1.23
if you have it, build the package (`pik build` or `bash .pik/build.sh`)
sts2stats needs to be executed in your profile folder:
* `cp ./sts2stats /home/$USER/.local/share/SlayTheSpire2/steam/$STEAMID/profile1/`
* substitute your own variables! i don't know your steam id
* `./sts2stats`
a browser window with the duckdb ui should open.
|