Skip to content

Commit 653c989

Browse files
authored
Add offline usage instructions to README
Added section about portable and offline usage of CodeCart.
1 parent 02ad194 commit 653c989

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,21 @@ If you are an API developer, inject this into your **System Prompt**:
5959
6060
---
6161

62+
## 🌍 Portable & Offline Version / 离线便携版
63+
64+
CodeCart is designed with a **Zero-Dependency** architecture. You don't need a server or internet to use it.
65+
CodeCart 采用**零依赖**架构设计,您无需服务器或互联网即可使用。
66+
67+
### How to use offline / 如何离线使用:
68+
1. **Download**: Get the `index.html` from this repo or download the standalone file from the [Releases](https://github.com/AgentLex/CodeCart/releases) page.
69+
2. **下载**:从本仓库下载 `index.html`,或从 [Releases](https://github.com/AgentLex/CodeCart/releases) 页面下载独立文件。
70+
3. **Run**: Double-click the file to open it in any modern browser. It works via `file:///` protocol.
71+
4. **运行**:双击文件即可在任何现代浏览器中开启,支持本地协议运行。
72+
5. **Security**: 100% Client-side. Your cognitive data never leaves your computer.
73+
6. **安全**:100% 客户端运行,您的认知数据绝不会离开您的电脑。
74+
75+
---
76+
6277
## 🛠 指令集参考 / DSL Syntax Reference
6378

6479
| Command 指令 | Effect 作用 | Example 示例 |

0 commit comments

Comments
 (0)