Update from-npm-install-to-bun-install.md

This commit is contained in:
Jarred Sumner
2024-09-22 00:31:01 -07:00
parent 3cc51ceb98
commit f89623aa5e

View File

@@ -57,7 +57,7 @@ $ bun ./index.ts
## Workspaces? Yes.
`bun install` supports workspaces similarly to npm.
`bun install` supports workspaces similarly to npm, with more features.
In package.json, you can set `"workspaces"` to an array of relative paths.