From 75e35dfd35486b9b0f82e3f696f310eb5beb1184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=A7=E5=9B=A7?= Date: Mon, 16 Oct 2023 04:04:05 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8b866f..d4c3076 100644 --- a/README.md +++ b/README.md @@ -77,14 +77,14 @@ npm run generate-grammar ### Run development server (with hot-reloading) ``` -env KUZU_PATH=/absolute/path/to/database npm run serve +env KUZU_PATH=path/to/database npm run serve ``` ## Build and serve for production ### Run production server locally ```bash npm run build -env KUZU_PATH=/absolute/path/to/database npm run serve-prod +env KUZU_PATH=path/to/database npm run serve-prod ``` ### Run production server with Docker