We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev
1 parent db2b47b commit 40bbfe7Copy full SHA for 40bbfe7
README.md
@@ -12,15 +12,16 @@ dev, across your team and in production.
12
13
## Getting Started
14
15
-Since `dev` v1.8.0 we integrate with `pkgm` (^0.11) and this is the
16
-recommended way to use `dev`.
+Since `dev` v1.8.0 we integrate with `pkgm` (^0.11) and this is the recommended
+way to use `dev`.
17
18
> [!IMPORTANT]
19
>
20
-> `dev` must be installed to `/usr/local/bin/dev` for this route to work:
+> Both `dev` and the packages you want to be `dev`-aware must be installed to
21
+> `/usr/local/` for this to work. (`dev` (but only `dev`) can be a `pkgm shim`).
22
23
> ```sh
-> sudo pkgm install dev # use of `shim` is also fine
24
+> sudo pkgm install dev node@22
25
> ```
26
27
```sh
0 commit comments