storj/cmd/uplink/README.md
2019-03-05 09:54:49 +02:00

24 lines
350 B
Markdown

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