We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9826e commit 2124926Copy full SHA for 2124926
README.md
@@ -12,14 +12,6 @@ Install PNPM package manager.
12
13
**Optional** Where to store PNPM files.
14
15
-### `bin_dest`
16
-
17
-**Optional** Where to store executables (`pnpm` and `pnpx` commands).
18
19
-### `registry`
20
21
-**Optional** (_default:_ `https://registry.npmjs.com`) Registry to download PNPM from.
22
23
### `run_install`
24
25
**Optional** (_default:_ `null`) If specified, run `pnpm install`.
@@ -50,7 +42,7 @@ Expanded path of inputs#dest.
50
42
51
43
### `bin_dest`
52
44
53
-Expanded path of inputs#bin_dest.
45
+Location of `pnpm` and `pnpx` command.
54
46
55
47
## Usage example
56
48
0 commit comments