File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,10 +77,38 @@ errors may exist, for which contributions are welcome._
7777
7878## Installation
7979
80- ` @openinf/util-object ` runs on Node.js and is available via ` npm ` .
80+ ` @openinf/util-object ` runs on
81+ [ supported versions of Node.js] ( #platform--node-js-lts ) and is available via
82+ ** ` npm ` ** , ** ` pnpm ` ** , or ** ` yarn ` ** .
8183
82- ``` bash
83- npm install @openinf/util-object
84+ ** Using the npm CLI**
85+
86+ <sup >See the
87+ [ official documentation for this command] ( https://docs.npmjs.com/cli/commands/npm-install )
88+ for more information.</sup >
89+
90+ ``` shell
91+ npm i @openinf/util-object
92+ ```
93+
94+ ** Using the pnpm CLI**
95+
96+ <sup >See the
97+ [ official documentation for this command] ( https://pnpm.io/cli/install ) for more
98+ information.</sup >
99+
100+ ``` shell
101+ pnpm i @openinf/util-object
102+ ```
103+
104+ ** Using the Yarn 1 CLI (Classic)**
105+
106+ <sup >See the
107+ [ official documentation for this command] ( https://classic.yarnpkg.com/en/docs/cli/add )
108+ for more information.</sup >
109+
110+ ``` shell
111+ yarn add @openinf/util-object
84112```
85113
86114## Usage
You can’t perform that action at this time.
0 commit comments