Skip to content

Commit

Permalink
docs: edit init command in README.md (#63)
Browse files Browse the repository at this point in the history
* docs: edit init command in README.md

forge can create a directory and use the template at the same time

* docs: bring back cd command

---------

Co-authored-by: Paul Razvan Berg <[email protected]>
  • Loading branch information
therealharpaljadeja and PaulRBerg authored Nov 25, 2024
1 parent f60dfd8 commit 704e4c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 704e4c3

Please sign in to comment.