Skip to content

Commit e7a593a

Browse files
committed
readme
1 parent 9ae7583 commit e7a593a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ Radix Primitives is a low-level UI component library with a focus on accessibili
88

99
---
1010

11+
## Installation
12+
13+
First, install pnpm if you haven't already. Open your terminal and run:
14+
15+
```bash
16+
npm install -g pnpm
17+
```
18+
19+
Then, install the dependencies:
20+
21+
```bash
22+
pnpm install
23+
```
24+
1125
## Documentation
1226

1327
For full documentation, visit [radix-ui.com/primitives/docs](https://www.radix-ui.com/primitives/docs).

0 commit comments

Comments
 (0)