Skip to content

Commit

Permalink
add doc to use build-spec command using --output flag
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Jul 23, 2021
1 parent 1251fc6 commit ff7d1fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/usage/import-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ To create the raw genesis file used by the node, you can use the `gossamer build

```
./bin/gossamer build-spec --raw --genesis-spec genesis-spec.json > genesis.json
or
./bin/gossamer build-spec --raw --genesis-spec genesis-spec.json --output genesis.json
```

This creates a genesis file `genesis.json` that is usable by the node.
Expand Down

0 comments on commit ff7d1fc

Please sign in to comment.