Skip to content

Commit b3021b2

Browse files
authored
Docs/readme (#13)
1 parent 0ef2ab2 commit b3021b2

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Omega Code
2+
## 开发指南
3+
1. `Fork` 仓库
4+
2. `Clone` 你已经 `Fork` 的仓库
5+
```bash
6+
git clone https://github.com/Your-username/Omega-Code.git
7+
```
8+
3. 创建特性分支(`feature`/`fix`/`docs`/`chore`...)
9+
4. 编写代码,提交 `commit`(需要细化)
10+
5. 提交 `pr``origin/dev`
11+
6. 等待审查
12+
13+
## 说明
14+
前端位置:`console/console-ui/`
15+
16+
后端位置:`console/console-panel/`
17+
18+
MCP Server 位置:`mcp_server/`
19+
20+
cli 位置:`src/`
21+
22+
数据库位置:
23+
1. Windows:`C:/Users/{电脑用户名}/.omega`
24+
2. Linux: `/home/{电脑用户名}/.omega`
25+
3. macOS: `/Users/{电脑用户名}/.omega`

0 commit comments

Comments
 (0)