Skip to content

Commit

Permalink
docs: add links to package managers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor committed Jul 9, 2024
1 parent 34e85c9 commit a23debe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/content/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Installation
import { Tabs, TabItem } from '@astrojs/starlight/components';

:::note
Catchphrase can be installed by using `npm`, `Yarn`, `pnpm` or `Bun`.
Catchphrase can be installed by using [`npm`](https://npmjs.com/), [`Yarn`](https://yarnpkg.com/), [`pnpm`](https://pnpm.io/) or [`Bun`](https://bun.sh/).
:::

## React
Expand Down

0 comments on commit a23debe

Please sign in to comment.