feat: update README

This commit is contained in:
Joe Previte 2020-03-09 19:16:44 -07:00 committed by GitHub
parent 115b4b5ee9
commit a6f06f8084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,9 @@ And if you spot bugs or have features that you'd really like to see in `gh`, ple
Check out the [docs][] for more information.
## Documentation
Read the official docs at [https://cli.github.com/manual/](https://cli.github.com/manual/)
## Comparison with hub
@ -109,6 +112,16 @@ $ yay -S github-cli
Install a prebuilt binary from the [releases page][]
## Setting an Editor
For macOS and Linux, `gh` will respect the following environment variables, in this order, based on your OS and shell setup:
1. `GIT_EDITOR`
2. `VISUAL`
3. `EDITOR`
On Windows, the editor will currently always be Notepad.
### [Build from source](/source.md)
[docs]: https://cli.github.com/manual