storj/cmd/uplink/README.md

18 lines
255 B
Markdown
Raw Normal View History

# 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
```