Skip to content

Commit b68bb02

Browse files
committed
docs: update "Setup Hardhat" section
The command to clean the hardhat project will fail, as the `src` directory does not exist in the [FHE template repo](https://github.com/zama-ai/fhevm-hardhat-template). There is no `src` directory; but there is a `contracts` directory.
1 parent 0537f42 commit b68bb02

File tree

1 file changed

+1
-1
lines changed
  • docs/solidity-guides/getting-started/quick-start-tutorial

1 file changed

+1
-1
lines changed

docs/solidity-guides/getting-started/quick-start-tutorial/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ cd <your-new-repo-name>
143143
Then run:
144144

145145
```sh
146-
rm -rf test/* src/* tasks/* deploy ./fhevmTemp ./artifacts ./cache ./coverage ./types ./coverage.json ./dist
146+
rm -rf test/* contracts/* tasks/* deploy ./fhevmTemp ./artifacts ./cache ./coverage ./types ./coverage.json ./dist
147147
```

0 commit comments

Comments
 (0)