storj/cmd/satellite/README.md

18 lines
273 B
Markdown
Raw Normal View History

# 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
```