Skip to content

Commit

Permalink
docs: better readme installation
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevolutionDev committed May 6, 2023
1 parent 21e2df0 commit 51478f9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,16 @@ Or, see the [full list of hooks](src/).

## 📦 Installation

This package is available for Roblox TypeScript on NPM:
This package is available for Roblox TypeScript projects on [NPM](https://www.npmjs.com/package/@rbxts/pretty-roact-hooks).

```sh
npm install @rbxts/pretty-roact-hooks
npm install @rbxts/flipper
npm install @rbxts/roact-hooked
npm install @rbxts/pretty-roact-hooks @rbxts/flipper @rbxts/roact-hooked
```

or

```sh
pnpm add @rbxts/pretty-roact-hooks
pnpm add @rbxts/flipper
pnpm add @rbxts/roact-hooked
pnpm add @rbxts/pretty-roact-hooks @rbxts/flipper @rbxts/roact-hooked
```

 
Expand Down

0 comments on commit 51478f9

Please sign in to comment.