From a07150c60f02166e9cfa7d5b6f39dae0b847883e Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:42:24 -0700 Subject: [PATCH] docs: add @zenstackhq/schema to manual install command in README Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 871dc8a7a..b30a3f1cf 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Alternatively, you can set it up manually: ```bash npm install -D @zenstackhq/cli -npm install @zenstackhq/orm +npm install @zenstackhq/schema @zenstackhq/orm ``` Then create a `zenstack` folder and a `schema.zmodel` file in it.