Skip to content

Commit 298a2e7

Browse files
committed
chore: wip
1 parent edfa7f4 commit 298a2e7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/install.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
Get started with Headwind by installing it via your package manager or using pre-built binaries.
44

5-
## Requirements
6-
7-
- **Bun** 1.0 or higher (recommended)
8-
- **Node.js** 18+ (for npm/pnpm/yarn)
9-
105
## Package Managers
116

127
Install Headwind as a development dependency in your project:
@@ -371,6 +366,7 @@ headwind watch
371366
```
372367

373368
This will:
369+
374370
- Watch all files matching your content patterns
375371
- Automatically rebuild CSS on changes
376372
- Show build statistics in the terminal
@@ -428,11 +424,13 @@ bunx headwind build
428424
If you encounter TypeScript errors in your config file:
429425

430426
1. Ensure you have TypeScript installed:
427+
431428
```bash
432429
bun add --dev typescript
433430
```
434431

435432
2. Use the `satisfies` keyword for type checking:
433+
436434
```typescript
437435
import type { HeadwindConfig } from 'headwind'
438436

@@ -449,6 +447,7 @@ If the build fails:
449447
1. Check that your content patterns are correct
450448
2. Ensure the output directory exists or can be created
451449
3. Run with `--verbose` for detailed error information:
450+
452451
```bash
453452
headwind build --verbose
454453
```

0 commit comments

Comments
 (0)