From 3b389fbf79e687b2bdf091bfdf820c458f72a788 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Fri, 21 Jul 2023 10:47:07 +0200 Subject: [PATCH] fix: fix template installation --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5f7be2..c998015 100644 --- a/README.md +++ b/README.md @@ -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