From 1cf126e78d0a14a345ef86762f73d49fe7555647 Mon Sep 17 00:00:00 2001 From: Lykin <137850705+tiny-craft@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:29:20 +0800 Subject: [PATCH] doc: update README --- README.md | 7 +++++++ README_zh.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index c818119..7a9eb63 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,13 @@ git clone https://github.com/tiny-craft/tiny-rdm --depth=1 npm install --prefix ./frontend ``` +or + +```bash +cd frontend +npm install +``` + ### Compile and Run ```bash diff --git a/README_zh.md b/README_zh.md index fb60ce5..446f695 100644 --- a/README_zh.md +++ b/README_zh.md @@ -83,6 +83,13 @@ git clone https://github.com/tiny-craft/tiny-rdm --depth=1 npm install --prefix ./frontend ``` +或者 + +```bash +cd frontend +npm install +``` + ### 编译运行开发版本 ```bash