Skip to content

Commit

Permalink
docs: remove @catchphrase/core instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor committed Oct 22, 2023
1 parent 9a116b7 commit 809ecc2
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions website/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,28 @@ import TabItem from "@theme/TabItem";
# Installation

:::info
The core package (`@catchphrase/core`) is always required.
Catchphrase can be installed by using `npm`, `yarn` or `pnpm`.
:::

Catchphrase can be installed by using `npm`, `yarn` or `pnpm`:
## React

<Tabs>
<TabItem value="npm" label="npm">

```bash
npm i @catchphrase/core
```

```bash
npm i @catchphrase/react
```

</TabItem>
<TabItem value="yarn" label="yarn">

```bash
yarn add @catchphrase/core
```

```bash
yarn add @catchphrase/react
```

</TabItem>
<TabItem value="pnpm" label="pnpm">

```bash
pnpm i @catchphrase/core
```

```bash
pnpm i @catchphrase/react
```
Expand Down

0 comments on commit 809ecc2

Please sign in to comment.