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