storj/cmd/satellite/README.md
aligeti 743ec65204
hc to satellite rename (#282)
* hc to satellite rename

* rebase with master and fix spelling

* missed out rename

* rebase merge fix
2018-08-29 14:32:41 -04:00

18 lines
273 B
Markdown

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