Skip to content

Commit 5ce5752

Browse files
authored
[CLI] Update README with nx installation instructions
Added instructions for installing nx globally before running the playground-cli server.
1 parent 4acc8aa commit 5ce5752

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/playground/cli/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ node --experimental-strip-types --experimental-transform-types --import ./packag
204204
Or this instead of the above:
205205

206206
```bash
207+
# Make sure you have the `nx` command available:
208+
npm install -g nx
209+
207210
nx dev playground-cli server
208211
```
209212

0 commit comments

Comments
 (0)