From 6f58438f92aec7c90915bd0effcf552b30467cc9 Mon Sep 17 00:00:00 2001 From: jjohnstondev Date: Sat, 7 Jan 2023 08:24:33 -0800 Subject: [PATCH] readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index ff7d836..aef8fa6 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ this will eventually be a tui most likely using bubble tea :) + +to install: + +```make build``` +```sudo make install``` + +to use add your information to ~/.config/gospt/client.yml like this + +``` +--- +client_id: 5f5899e304794ce4aa7cbf862410f61d +client_secret: cb86c36dfb4b42cea139b54aea60a30b +``` + +then + +```gospt [command]``` + +example: + +```gospt play```