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!
18 lines
273 B
Markdown
18 lines
273 B
Markdown
# Gateway
|
|
|
|
Documentation for developing and building the gateway service
|
|
|
|
Usage:
|
|
|
|
First make an identity:
|
|
```
|
|
go install storj.io/storj/cmd/gateway
|
|
gateway setup
|
|
```
|
|
|
|
You can edit `~/.local/share/storj/gateway/config.yaml` to your liking. Then run it!
|
|
|
|
```
|
|
gateway run
|
|
```
|