From 0a530a257fce2f3ad7bbb9196a63f0a10d428051 Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Sun, 7 Dec 2025 18:03:07 +0000 Subject: [PATCH] Add information about codenomad dev version --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1e2c98c9..8ce5fda1 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ Run CodeNomad as a local server and access it via your web browser. Perfect for npx @neuralnomads/codenomad --launch ``` +For dev version + +```bash +npx @neuralnomads/codenomad@dev --launch +``` + This command starts the server and opens the web client in your default browser. ## Highlights