diff --git a/README.md b/README.md index c9f45d3..0872470 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ > Co-op Cloud TUI prototype 🎉 -This is a prototype to gather some feedback. If you have some thoughts to -share, please [open an issue](https://git.coopcloud.tech/decentral1se/cctuip/issues/new)! +This is a prototype to gather some feedback. ## Features @@ -22,12 +21,8 @@ share, please [open an issue](https://git.coopcloud.tech/decentral1se/cctuip/iss * `esc`: reset filter * `s`: retrieve app deployment status (filter first to reduce scope) -## Install - -(Only `x86_64` supported atm for alpha testing) +## Hack ``` -curl https://git.coopcloud.tech/decentral1se/cctuip/raw/branch/main/cctuip -o cctuip -chmod +x cctuip -./cctuip +go run cctuip.go ```