Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit bd9d784

Browse files
committed
Improve README
1 parent e47986b commit bd9d784

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ After creating your server:
2020
```bash
2121
cd my-server # Navigate to server directory
2222
npm install # Install dependencies
23-
npm run dev # Start TypeScript compiler in watch mode
23+
npm run watch # Start TypeScript compiler in watch mode
24+
npm link # Make your server binary globally available (optional)
2425
```
2526

2627
## License

0 commit comments

Comments
 (0)