Browse Source

Merge pull request #2725 from systemctls/patch-1

docs: Update chinese.md
pull/2727/head
navi 2 years ago committed by GitHub
parent
commit
5633c193a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      scripts/markdown/readme/languages/chinese.md

6
scripts/markdown/readme/languages/chinese.md

@ -226,7 +226,13 @@ docker-compose up -d
git clone https://github.com/nocodb/nocodb
cd nocodb
```
## 构建SDK
```shell
cd packages/nocodb-sdk
npm install
npm run build
```
## 本地运行后端
```shell

Loading…
Cancel
Save