Skip to content

Commit 7b22d04

Browse files
docs: update readme (#809)
1 parent 2b28f83 commit 7b22d04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939

4040
To get started with the ZenML Dashboard, follow these steps:
4141

42-
1. **Install Node.js (v20):**
42+
1. **Install Node.js**
4343

4444
- Ensure you have Node.js installed. You can either install version 18 directly or use [nvm (Node Version Manager)](https://github.com/nvm-sh/nvm) with the following commands:
4545

4646
```bash
47-
nvm install 20
48-
nvm use 20
47+
nvm install --lts
48+
nvm use --lts
4949
```
5050

5151
2. **Install Pnpm:**
@@ -128,7 +128,7 @@ The ZenML Dashboard is intricately connected with the ZenML Server as its backen
128128
- Serve the static build files locally using the ZenML Python package:
129129
130130
```bash
131-
zenml up
131+
zenml login --local
132132
```
133133
134134
This creates a local daemon that serves the files in a [FastAPI](https://github.com/tiangolo/fastapi) server.

0 commit comments

Comments
 (0)