Skip to content

Commit 2e82307

Browse files
committed
Update README to include instructions for starting the ZenML server locally and renumber steps for clarity.
1 parent f204ba0 commit 2e82307

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,15 @@ The fastest way to get started - no local setup required.
5959
zenml init
6060
```
6161

62-
5. **Install the extension:**
62+
5. **Start the ZenML server locally:**
63+
```bash
64+
zenml login --local
65+
```
66+
67+
6. **Install the extension:**
6368
- Install from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=zenml-io.zenml-tutorial) or search for "ZenML Tutorial" in the Extensions Marketplace
6469

65-
6. **Launch the tutorial:**
70+
7. **Launch the tutorial:**
6671
- Open VS Code and the extension will launch automatically
6772

6873
### 💻 Alternative: Local Setup with Dev Containers

0 commit comments

Comments
 (0)