diff --git a/docs/cli/install.md b/docs/cli/install.md index 88de3d1759a963..56212b5c4707ea 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -149,7 +149,8 @@ Bun supports installing dependencies from Git, GitHub, and local or remotely-hos "lodash": "git+ssh://github.com/lodash/lodash.git#4.17.21", "moment": "git@github.com:moment/moment.git", "zod": "github:colinhacks/zod", - "react": "https://registry.npmjs.org/react/-/react-18.2.0.tgz" + "react": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "bun-types": "npm:@types/bun" } } ```