interrupt/README

18 lines
620 B
Plaintext
Raw Normal View History

2020-09-03 21:26:03 +00:00
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).
2020-09-03 21:51:36 +00:00
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.
2020-09-03 21:26:03 +00:00
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.
2020-09-04 14:59:04 +00:00
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.