interrupt/README

18 lines
620 B
Plaintext

interrupt -- a simple CLI for pxl.blue
--------------------------------------
This is fairly early, but more is planned (see the
issues to get an idea of what I plan on adding).
To install it, you'll need to build from source.
You can do a "go get gitea.com/webb/interrupt" or
just do "go build" in the source code directory.
The upload key is read from the PXL_KEY environemnt
variable. It will read MIRAGE_KEY as a fallback in
case you're migrating from mirage.sh.
If you want to use the account management abilities
of this program you'll need to set both a PXL_USERNAME
and a PXL_PASSWORD environemnt variable.