Skip to content

Commit

Permalink
Update Step 3 on README.md
Browse files Browse the repository at this point in the history
the dfx.json proposes a list of cannisters, so if you don't specify which canister you refeer you won't be able to pass the argument as you'll get the following error:
Error: The init argument can only be set when deploying a single canister.
  • Loading branch information
frosimanuel authored Dec 9, 2024
1 parent 4e02cd4 commit ae62012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/dip721-nft-container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dfx start --background --clean

Deploy the canister with the command:
```sh
dfx deploy --no-wallet --argument \
dfx deploy dip721_nft_container --no-wallet --argument \
"(record {
name = \"Numbers One Through Fifty\";
symbol = \"NOTF\";
Expand Down

0 comments on commit ae62012

Please # to comment.