From 409c1387ddf978a76c999bd8a19c7291dd094fd1 Mon Sep 17 00:00:00 2001 From: LePremierHomme <57456510+LePremierHomme@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:00:06 +0530 Subject: [PATCH] fix: add `--artifacts-path` flag documentation (#1199) --- docs/fendermint/running.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/fendermint/running.md b/docs/fendermint/running.md index bd0e0bbdf..eabcb2e0a 100644 --- a/docs/fendermint/running.md +++ b/docs/fendermint/running.md @@ -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