Skip to content

Commit

Permalink
Fixed "git-scm.org" website url
Browse files Browse the repository at this point in the history
gitscm.org -> gicscm.org

Also changed git to Git, github to GitHub to keep consistent.
  • Loading branch information
Zhiqiang Ding committed Jan 2, 2021
1 parent f34998a commit 2fb8552
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/chapter0/0.1-chinese.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

为了测试源码,需要使用Git获取代码:

* 主要的GNU/Linux发行版都可以通过包管理器安装Git。也可以从Git项目网站 https://gitscm.com 下载二进制发行版,进行安装。
* 主要的GNU/Linux发行版都可以通过包管理器安装Git。也可以从Git项目网站 https://git-scm.com 下载二进制发行版,进行安装。
* MacOS上,可以使用自制或MacPorts安装Git。
* Windows上,可以从git项目网站( https://git-scm.com )下载git可执行安装文件
* Windows上,可以从Git项目网站( https://git-scm.com )下载Git可执行安装文件

可以通过github桌面客户端访问这些示例,网址为 https://desktop.github.com
可以通过GitHub桌面客户端访问这些示例,网址为 https://desktop.github.com

另一种选择是从 https://github.com/dev-cafe/cmake-cookbook 下载zip文件。

Expand All @@ -28,4 +28,4 @@ $ git clone https://github.com/dev-cafe/cmake-cookbook.git
$ git clone --single-branch -b v1.0 https://github.com/dev-cafe/cmake-cookbook.git
```

我们希望收到Bug修复,并且Github库将继续发展。要获取更新,可以选择库的master分支。
我们希望收到Bug修复,并且GitHub库将继续发展。要获取更新,可以选择库的master分支。

0 comments on commit 2fb8552

Please sign in to comment.