docs: hacker releases only

This commit is contained in:
decentral1se 2023-05-22 00:08:51 +02:00
parent 1c05ea6e0d
commit 8b87ba3d25
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 3 additions and 8 deletions

View File

@ -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
```