Skip to content

Commit 5057c0e

Browse files
feat(readme): add descriptive installation section
Signed-off-by: Derek Lewis <[email protected]>
1 parent a3c2d4c commit 5057c0e

1 file changed

Lines changed: 31 additions & 3 deletions

File tree

README.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)