瀏覽代碼

Update README (#1101)

### What problem does this PR solve?

Update README for build from source.

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
tags/v0.8.0
Jin Hai 1 年之前
父節點
當前提交
267d6b28be
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      README.md
  2. 1
    1
      README_zh.md

+ 1
- 1
README.md 查看文件

@@ -297,7 +297,7 @@ To launch the service from source:
$ cd web
$ npm install --registry=https://registry.npmmirror.com --force
$ vim .umirc.ts
# Update proxy.target to 127.0.0.1:9380
# Update proxy.target to http://127.0.0.1:9380
$ npm run dev
```

+ 1
- 1
README_zh.md 查看文件

@@ -266,7 +266,7 @@ $ bash ./entrypoint.sh
$ cd web
$ npm install --registry=https://registry.npmmirror.com --force
$ vim .umirc.ts
# 修改proxy.target为127.0.0.1:9380
# 修改proxy.target为http://127.0.0.1:9380
$ npm run dev
```


Loading…
取消
儲存