Merge pull request #15412 from wxy/20190403-Use-Git-as-the-backend-for-chat

PRF:20190403 Use Git as the backend for chat
This commit is contained in:
Xingyu.Wang 2019-09-15 12:26:36 +08:00 committed by GitHub
commit c565f49c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ $ sudo dnf install git nodejs
因此GIC 没有安装过程。每个用户(在此示例中为 Alice 和 Bob必须将存储库克隆到其硬盘驱动器
```
$ git cone https://github.com/ephigabay/GIC GIC
$ git clone https://github.com/ephigabay/GIC GIC
```
将目录更改为 GIC 目录并使用 `npm` 安装 Node.js 依赖项: