diff --git a/README.md b/README.md index 26a0d36a..3b930ed0 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,7 @@ Enter command `libro` in the terminal to start the web server, then the browser ```bash libro ``` -TODO: **add scrren capture with the launched APP** - +![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/libro_launch.png) For more details, please refer to [quick start](./apps/docs/docs/quickstart/index.md)。 diff --git a/README_zh.md b/README_zh.md index a018fa4c..64501ff6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -50,6 +50,7 @@ ## 快速开始 +### 安装 ```bash pip install libro ``` @@ -59,6 +60,13 @@ pip install libro 详情请阅读[快速开始](./apps/docs/docs/quickstart/index.md)。 +### 启动 +在终端中输入命令 `libro` 启动 Web 服务器,随后浏览器会自动打开 Libro。 + +```bash +libro +``` +![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/libro_launch.png) ## 新特性