Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ Install the following before you begin.

## Getting Started

Install the root dependencies and build the TypeScript plugin:
Install the root dependencies, link the local CLI, and build the TypeScript plugin:

```bash
# Install root dependencies (OpenClaw + CLI entry point)
npm install

# Link the local CLI so `nemoclaw` resolves on your PATH during development
npm link

# Install and build the TypeScript plugin
cd nemoclaw && npm install && npm run build && cd ..

Expand Down