Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed Oct 31, 2023
1 parent a30fee5 commit 8aee404
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@ Custom ESLint rules for Akamai's Cloud Manager. Enforces specific styling guidel

## Installation

You can install this package using yarn or npm
You can install this package using yarn, npm, bun, or pnpm.

```bash
npm install @linode/eslint-plugin-cloud-manager --save-dev
```

```bash
yarn add -D @linode/eslint-plugin-cloud-manager
```

or
```bash
bun add -D @linode/eslint-plugin-cloud-manager
```

```bash
npm install @linode/eslint-plugin-cloud-manager --save-dev
pnpm add -D @linode/eslint-plugin-cloud-manager
```

and reload your eslint server.
Expand Down

0 comments on commit 8aee404

Please sign in to comment.