gospt/README.md

31 lines
495 B
Markdown
Raw Normal View History

2023-01-08 08:19:26 +00:00
IF YOU ARE ON GITHUB.COM GO HERE INSTEAD: https://gitea.asdf.cafe/abs3nt/gospt
2023-01-08 05:10:00 +00:00
2023-01-08 16:17:14 +00:00
If you open an issue or PR on github I won't see it please use gitea. Register on asdf and open your PRs there
2023-01-08 05:10:00 +00:00
2023-01-08 05:11:39 +00:00
---
2023-01-07 16:20:37 +00:00
this will eventually be a tui most likely using bubble tea :)
2023-01-07 16:24:33 +00:00
to install:
```make build```
2023-01-08 05:01:07 +00:00
then
2023-01-07 16:24:55 +00:00
2023-01-07 16:24:33 +00:00
```sudo make install```
to use add your information to ~/.config/gospt/client.yml like this
```
---
2023-01-07 16:25:26 +00:00
client_id: ID
client_secret: SECRET
2023-01-07 16:24:33 +00:00
```
then
```gospt [command]```
example:
```gospt play```