secushare-box/README.md
Devan Carpenter b988182415
"Let there be life."
Boxen: The p2p device manager, and beyond...
2019-10-04 03:22:53 -07:00

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`