From 3cf6d2d8d92663847fa49c12ac1d7ce7dee389ca Mon Sep 17 00:00:00 2001 From: Dennis Zoma Date: Wed, 17 Apr 2024 11:14:00 +0200 Subject: [PATCH] chore: Minor update in README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e92b8a..95b4a1e 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Optionally, to enable [`simple-git-hooks`](https://github.com/toplenboren/simple ### 2. Build & deploy contracts on a local node -The `contracts/package.json` file contains shorthand scripts for building, testing, and deploying your contracts. To run these scripts, you need to set `contracts/` as the active working directory in your terminal. +The `contracts/package.json` file contains shorthand scripts for building, testing, and deploying your contracts. > **Pre-requisites:** > @@ -106,6 +106,9 @@ The `contracts/package.json` file contains shorthand scripts for building, testi > - Install [`substrate-contracts-node`](https://github.com/paritytech/substrate-contracts-node) ```bash +# Set `contracts/` as the active working directory in your terminal +cd contracts + # Build contracts and move artifacts to `contracts/deployments/{contract}/` folders pnpm run build