From 8b87ba3d251c22ca5c1076913fd3866fec6a61eb Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 22 May 2023 00:08:51 +0200 Subject: [PATCH] docs: hacker releases only --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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 ```