Skip to content

Commit

Permalink
fix: add --artifacts-path flag documentation (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
LePremierHomme authored Nov 14, 2024
1 parent 0d44ac3 commit 409c138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/fendermint/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ cargo run -p fendermint_app --release -- \
seal-genesis \
--builtin-actors-path fendermint/builtin-actors/output/bundle.car \
--custom-actors-path fendermint/actors/output/custom_actors_bundle.car \
--output-path test-network/sealed.car
--output-path test-network/sealed.car \
--artifacts-path contracts/out
```

### Configure CometBFT
Expand Down

0 comments on commit 409c138

Please sign in to comment.