24 lines
442 B
Markdown
24 lines
442 B
Markdown
|
# Boxen #
|
||
|
|
||
|
|
||
|
Boxen is a command-line utility for managing devices in a p2p (aka. distributed) fashion.
|
||
|
|
||
|
More documentation is on the way.
|
||
|
This README currently contains only enough to get you running.
|
||
|
|
||
|
## Dependencies ##
|
||
|
|
||
|
- Go 1.12, or higher
|
||
|
- GNUnet 0.11.5, or higher | (https://gnunet.org)
|
||
|
- ssh
|
||
|
|
||
|
## Build ##
|
||
|
|
||
|
`git clone https://git.sr.ht/~dvn/boxen.git && cd boxen`
|
||
|
|
||
|
`GO111MODULE=on go build -o boxen main.go`
|
||
|
|
||
|
## Use ##
|
||
|
|
||
|
`./boxen --help`
|