mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
doc: minor fixes (#3278)
* `bun link` only modifies `package.json` when `--save` is passed. * clang-15 is a separate package from llvm-15.
This commit is contained in:
@@ -185,7 +185,7 @@ $ cd /path/to/my-app
|
||||
$ bun link cool-pkg
|
||||
```
|
||||
|
||||
This will add `cool-pkg` to the `dependencies` field of your app's package.json with a special version specifier that tells Bun to load from the registered local directory instead of installing from `npm`.
|
||||
In addition, the `--save` flag can be used to add `cool-pkg` to the `dependencies` field of your app's package.json with a special version specifier that tells Bun to load from the registered local directory instead of installing from `npm`:
|
||||
|
||||
```json-diff
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user