storj/cmd/uplink/README.md

24 lines
362 B
Markdown
Raw Normal View History

# Uplink
2019-03-05 07:54:49 +00:00
Documentation for developing and building the uplink service.
Usage:
First make an identity:
```
2019-03-05 07:54:49 +00:00
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 `:~/.local/share/storj/uplink/config.yaml` to your liking. Then run it!
```
uplink ls
```