Skip to content

Commit 3cf6d2d

Browse files
committed
chore: Minor update in README.md
1 parent 861ddf8 commit 3cf6d2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Optionally, to enable [`simple-git-hooks`](https://github.com/toplenboren/simple
9797

9898
### 2. Build & deploy contracts on a local node
9999

100-
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.
100+
The `contracts/package.json` file contains shorthand scripts for building, testing, and deploying your contracts.
101101

102102
> **Pre-requisites:**
103103
>
@@ -106,6 +106,9 @@ The `contracts/package.json` file contains shorthand scripts for building, testi
106106
> - Install [`substrate-contracts-node`](https://github.com/paritytech/substrate-contracts-node)
107107
108108
```bash
109+
# Set `contracts/` as the active working directory in your terminal
110+
cd contracts
111+
109112
# Build contracts and move artifacts to `contracts/deployments/{contract}/` folders
110113
pnpm run build
111114

0 commit comments

Comments
 (0)