Skip to content

Commit 40bbfe7

Browse files
committed
dev aware pkgs clarification
1 parent db2b47b commit 40bbfe7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ dev, across your team and in production.
1212
1313
## Getting Started
1414

15-
Since `dev` v1.8.0 we integrate with `pkgm` (^0.11) and this is the
16-
recommended way to use `dev`.
15+
Since `dev` v1.8.0 we integrate with `pkgm` (^0.11) and this is the recommended
16+
way to use `dev`.
1717

1818
> [!IMPORTANT]
1919
>
20-
> `dev` must be installed to `/usr/local/bin/dev` for this route to work:
20+
> 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`).
2122
>
2223
> ```sh
23-
> sudo pkgm install dev # use of `shim` is also fine
24+
> sudo pkgm install dev node@22
2425
> ```
2526
2627
```sh

0 commit comments

Comments
 (0)