update quickstart

This commit is contained in:
brooke 2025-03-01 21:06:02 -05:00
parent 7de2bf7834
commit be54bb4dbc

View File

@ -18,7 +18,7 @@
## Quick start
* `abra app new garage`
* Garage is particular about the rpc secret, generate it locally with this command then insert it `openssl rand -hex 32`
* Garage is particular about the rpc secret, generate it locally with `openssl rand -hex 32` then insert the result
* `abra app secret i <app-domain> rpc_secret v1 <rpc-secret>`
> Note: all nodes must share the same rpc secret, do not lose this value if you plan to cluster garage!
* `abra app config <app-domain>`