diff --git a/README.md b/README.md index f63c082..c68171a 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,8 @@ create a new repository with this repo as the initial state. Or, if you prefer to install the template manually: ```sh -$ mkdir my-project +$ forge init --template PaulRBerg/foundry-template my-project $ cd my-project -$ forge init --template PaulRBerg/foundry-template $ bun install # install Solhint, Prettier, and other Node.js deps ```