storj/cmd/uplink/README.md
JT Olio 560e9fd9ec
uplink: make ul/uplink consistent (#286)
* uplink: make ul/uplink consistent

* pstore: make test more robust
2018-08-24 14:02:42 -06:00

18 lines
255 B
Markdown

# Uplink
Documentation for developing and building the uplink service
Usage:
First make an identity:
```
go install storj.io/storj/cmd/uplink
uplink setup
```
You can edit `~/.storj/uplink/config.yaml` to your liking. Then run it!
```
uplink run
```