提交 0e4b22e7 编写于 作者: D Daniel Hahler

README: fix typo ("complied"), and GITHUB_HOST

上级 a16a1216
...@@ -39,7 +39,8 @@ $ brew install --HEAD hub ...@@ -39,7 +39,8 @@ $ brew install --HEAD hub
#### Standalone #### Standalone
`hub` 2.x can be easily installed as an executable. Download the latest `hub` 2.x can be easily installed as an executable. Download the latest
[complied binaries](https://github.com/github/hub/releases) and put it anywhere in your executable path. [compiled binaries](https://github.com/github/hub/releases) and put it anywhere
in your executable path.
#### Source #### Source
...@@ -328,7 +329,7 @@ configure hub to treat such remotes same as github.com: ...@@ -328,7 +329,7 @@ configure hub to treat such remotes same as github.com:
$ git config --global --add hub.host my.git.org $ git config --global --add hub.host my.git.org
The default host for commands like `init` and `clone` is still The default host for commands like `init` and `clone` is still
github.com, but this can be affected with the <GITHUB_HOST> environment github.com, but this can be affected with the `GITHUB_HOST` environment
variable: variable:
$ GITHUB_HOST=my.git.org git clone myproject $ GITHUB_HOST=my.git.org git clone myproject
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册