Skip to content

Commit 3a4b500

Browse files
committed
docs: re-arrange install commands [ci skip]
1 parent c70e9ff commit 3a4b500

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ The Changelog is [available on GitHub](https://github.com/metonym/svelte-highlig
1414
## Installation
1515

1616
```bash
17-
# Yarn
18-
yarn add -D svelte-highlight
19-
2017
# npm
2118
npm i -D svelte-highlight
2219

2320
# pnpm
2421
pnpm i -D svelte-highlight highlight.js
22+
23+
# Bun
24+
bun i -D svelte-highlight
25+
26+
# Yarn
27+
yarn add -D svelte-highlight
2528
```
2629

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

0 commit comments

Comments
 (0)