fix: fix template installation

This commit is contained in:
Paul Razvan Berg 2023-07-21 10:47:07 +02:00
parent c872c24582
commit 3b389fbf79
No known key found for this signature in database
GPG Key ID: 94DB130BAB397DED
1 changed files with 4 additions and 3 deletions

View File

@ -28,9 +28,10 @@ create a new repository with this repo as the initial state.
Or, if you prefer to install the template manually:
```sh
forge init my-project --template https://github.com/PaulRBerg/foundry-template
cd my-project
pnpm install # install Solhint, Prettier, and other Node.js deps
$ mkdir my-project
$ cd my-project
$ forge init --template PaulRBerg/foundry-template
$ pnpm install # install Solhint, Prettier, and other Node.js deps
```
If this is your first time with Foundry, check out the