0531d11434
Correcting old path to the new one uplink run is not a valid command, ls is. the gateway does not share the config file with uplink!
24 lines
362 B
Markdown
24 lines
362 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 `:~/.local/share/storj/uplink/config.yaml` to your liking. Then run it!
|
|
|
|
```
|
|
uplink ls
|
|
```
|