From 0e4b22e7504e3b932f76fb656274e5b54634f86d Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 9 Dec 2014 16:33:22 +0100 Subject: [PATCH] README: fix typo ("complied"), and GITHUB_HOST --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd4c122f..8edf2197 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ $ brew install --HEAD hub #### Standalone `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 @@ -328,7 +329,7 @@ configure hub to treat such remotes same as github.com: $ git config --global --add hub.host my.git.org The default host for commands like `init` and `clone` is still -github.com, but this can be affected with the environment +github.com, but this can be affected with the `GITHUB_HOST` environment variable: $ GITHUB_HOST=my.git.org git clone myproject -- GitLab