Skip to content

Commit

Permalink
docs: re-arrange install commands [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Apr 13, 2024
1 parent c70e9ff commit 3a4b500
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ The Changelog is [available on GitHub](https://github.com/metonym/svelte-highlig
## Installation

```bash
# Yarn
yarn add -D svelte-highlight

# npm
npm i -D svelte-highlight

# pnpm
pnpm i -D svelte-highlight highlight.js

# Bun
bun i -D svelte-highlight

# Yarn
yarn add -D svelte-highlight
```

Note that [pnpm](https://github.com/pnpm/pnpm) users must also install `highlight.js`.
Expand Down

0 comments on commit 3a4b500

Please sign in to comment.