45a3c2e974
* pkg/provider: with pkg/provider merged, make a single heavy client binary and deprecate old services * add setup to gw binary too * captplanet: output what addresses everything is listening on * revert peertls/io_util changes * define config flag across all commands * use trimsuffix
18 lines
251 B
Markdown
18 lines
251 B
Markdown
# Heavy client
|
|
|
|
Documentation for developing and building the heavy client service
|
|
|
|
Usage:
|
|
|
|
First make an identity:
|
|
```
|
|
go install storj.io/storj/cmd/hc
|
|
hc setup
|
|
```
|
|
|
|
You can edit `~/.storj/hc/config.yaml` to your liking. Then run it!
|
|
|
|
```
|
|
hc run
|
|
```
|