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