Skip to content

Commit 2969c37

Browse files
authored
Merge pull request #39 from microsoft/copilot/update-readme-npm-dependency
Add Node.js prerequisite to README
2 parents 00e55f9 + 32cad70 commit 2969c37

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@ For more information, see Microsoft's [User and Admin Consent Overview](https://
1616
1717
---
1818

19+
## 📋 Prerequisites
20+
21+
Before getting started, ensure you have **Node.js** (which includes NPM and NPX) installed:
22+
23+
- **Node.js 18+**[Download from nodejs.org](https://nodejs.org/)
24+
25+
You can verify your installation by running:
26+
27+
```bash
28+
node --version
29+
npm --version
30+
```
31+
32+
> 💡 **Why Node.js?** WorkIQ uses NPX to run the MCP server. NPX is included automatically with NPM, which comes bundled with Node.js.
33+
34+
---
35+
1936
## 🚀 Quick Start with GitHub Copilot CLI
2037

2138
The fastest way to get started is with GitHub Copilot CLI:

0 commit comments

Comments
 (0)