Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/cli/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ This works just like installing from npm, but tells pnpm to resolve the package

Note that when adding dependencies and working within a [workspace], packages
will be installed from the configured sources, depending on whether or not
[`link-workspace-packages`] is set, and use of the
[`linkWorkspacePackages`] is set, and use of the
[`workspace: range protocol`].

[workspace]: ../workspaces.md
[`link-workspace-packages`]: ../workspaces.md#link-workspace-packages
[`workspace: range protocol`]: ../workspaces.md#workspace-ranges-workspace
[`linkWorkspacePackages`]: ../settings.md#linkworkspacepackages
[`workspace: range protocol`]: ../workspaces.md#workspace-protocol-workspace

### Install from local file system

Expand Down