diff --git a/README.md b/README.md index e2883c41..26a0d36a 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,21 @@ Language: English | [简体中文](./README_zh.md) ## Quick Start +### Install ```bash pip install libro ``` > [!NOTE] > The Python version used is 3.10-3.12. Higher versions of Python may encounter issues with unsupported dependencies. +### Run +Enter command `libro` in the terminal to start the web server, then the browser will automatically launch Libro. +```bash +libro +``` +TODO: **add scrren capture with the launched APP** + + For more details, please refer to [quick start](./apps/docs/docs/quickstart/index.md)。 ## New Features