Update README.md

This commit is contained in:
young 2021-12-09 13:00:40 +08:00
parent c32e1ac332
commit cc837516a8
1 changed files with 10 additions and 7 deletions

View File

@ -48,7 +48,7 @@ cd forgeplus && bundle install
``` ```
3配置初始化文件 3配置初始化文件
进入项目根目录执行下命令: 进入项目根目录执行下命令:
```bash ```bash
cp config/configuration.yml.example config/configuration.yml cp config/configuration.yml.example config/configuration.yml
@ -149,7 +149,11 @@ http://localhost:3000/
``` ```
16其他说明 16其他说明
通过页面注册都第一个用户为平台管理员用户 通过页面注册以第一个用户为平台管理员用户
### 指导文档
- [API文档](https://www.gitlink.org.cn/docs/api)
- [Git常用命令](https://git-scm.com/)
## 页面展示 ## 页面展示
@ -173,17 +177,16 @@ http://localhost:3000/
![](https://code.gitlink.org.cn/young/forgeplus/raw/branch/standalone/docs/figs/engine.png?raw=true) ![](https://code.gitlink.org.cn/young/forgeplus/raw/branch/standalone/docs/figs/engine.png?raw=true)
## API
- [API文档](https://forgeplus.trustie.net/docs/api)
- [API](showdoc.com.cn)
账号forgeplus@admin.com 密码forge123
## 贡献代码 ## 贡献代码
我们期待您向GitLink提交贡献请遵循以下流程指导
1. Fork 项目 1. Fork 项目
2. 创建本地分支(git checkout -b my-new-feature) 2. 创建本地分支(git checkout -b my-new-feature)
3. 提交更改 (git commit -am 'Add some feature') 3. 提交更改 (git commit -am 'Add some feature')
4. 推送到分支 (git push origin my-new-feature) 4. 推送到分支 (git push origin my-new-feature)
5. 向源项目的 **develop** 分支发起 Pull Request 5. 向源项目的 **develop** 分支发起 Pull Request
## License ## 许可证协议