Skip to content

Commit

Permalink
Remove bun from README
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcorbalan committed Sep 9, 2024
1 parent 30b4ec0 commit 2727846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Foundry typically uses git submodules to manage dependencies, but this template

This is how to install dependencies:

1. Install the dependency using your preferred package manager, e.g. `bun install dependency-name`
- Use this syntax to install from GitHub: `bun install github:username/repo-name`
1. Install the dependency using your preferred package manager, e.g. `yarn install dependency-name`
- Use this syntax to install from GitHub: `yarn install github:username/repo-name`
2. Add a remapping for the dependency in [remappings.txt](./remappings.txt), e.g.
`dependency-name=node_modules/dependency-name`

Expand Down

0 comments on commit 2727846

Please sign in to comment.