mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 15:38:24 -04:00
docs(README): fix links to the "recursive" docs
This commit is contained in:
@@ -16,7 +16,7 @@ Features:
|
||||
|
||||
* **Fast.** As fast as npm and Yarn.
|
||||
* **Efficient.** One version of a package is saved only ever once on a disk.
|
||||
* **Great for multi-package repositories (a.k.a. monorepos).** See the [recursive](https://pnpm.js.org/en/pnpm-recursive) commands.
|
||||
* **Great for multi-package repositories (a.k.a. monorepos).** See the [recursive](https://pnpm.js.org/en/cli/recursive) commands.
|
||||
* **Strict.** A package can access only dependencies that are specified in its `package.json`.
|
||||
* **Deterministic.** Has a lockfile called `pnpm-lock.yaml`.
|
||||
* **Works everywhere.** Works on Windows, Linux and OS X.
|
||||
|
||||
@@ -16,7 +16,7 @@ Features:
|
||||
|
||||
* **Fast.** As fast as npm and Yarn.
|
||||
* **Efficient.** One version of a package is saved only ever once on a disk.
|
||||
* **Great for multi-package repositories (a.k.a. monorepos).** See the [recursive](https://pnpm.js.org/en/pnpm-recursive) commands.
|
||||
* **Great for multi-package repositories (a.k.a. monorepos).** See the [recursive](https://pnpm.js.org/en/cli/recursive) commands.
|
||||
* **Strict.** A package can access only dependencies that are specified in its `package.json`.
|
||||
* **Deterministic.** Has a lockfile called `pnpm-lock.yaml`.
|
||||
* **Works everywhere.** Works on Windows, Linux and OS X.
|
||||
|
||||
Reference in New Issue
Block a user