doc: update README
This commit is contained in:
parent
4d29343c1f
commit
1cf126e78d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue