You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ the terminal next to where you are already working with `git` and your code.
9
9
10
10
While in beta, GitHub CLI is available for repos hosted on GitHub.com only. It currently does not support repositories hosted on GitHub Enterprise Server or other hosting providers. We are planning on adding support for GitHub Enterprise Server after GitHub CLI is out of beta (likely towards the end of 2020), and we want to ensure that the API endpoints we use are more widely available for GHES versions that most GitHub customers are on.
11
11
12
-
## Feedback
12
+
## We want your feedback
13
13
14
-
We love to hear feedback about `gh`. If you spot bugs or have features that you'd really like to see in `gh`, please check out the [contributing page][].
14
+
We'd love to hear your feedback about `gh`. If you spot bugs or have features that you'd really like to see in `gh`, please open an [issue][] and check out the [contributing page][].
15
15
16
16
## Usage
17
17
@@ -23,14 +23,14 @@ We love to hear feedback about `gh`. If you spot bugs or have features that you'
23
23
24
24
## Documentation
25
25
26
-
Read the [official docs](https://cli.github.com/manual/) for more information.
26
+
Read the [official docs][] for more information.
27
27
28
28
## Comparison with hub
29
29
30
30
For many years, [hub][] was the unofficial GitHub CLI tool. `gh` is a new project that helps us explore
31
31
what an official GitHub CLI tool can look like with a fundamentally different design. While both
32
32
tools bring GitHub to the terminal, `hub` behaves as a proxy to `git`, and `gh` is a standalone
33
-
tool. Check out our [more detailed explanation](/docs/gh-vs-hub.md) to learn more.
33
+
tool. Check out our [more detailed explanation][] to learn more.
34
34
35
35
36
36
<!-- this anchor is linked to from elsewhere, so avoid renaming it -->
@@ -135,7 +135,7 @@ Install and upgrade:
135
135
136
136
### Arch Linux
137
137
138
-
Arch Linux users can install from the [community repo](https://www.archlinux.org/packages/community/x86_64/github-cli/):
138
+
Arch Linux users can install from the [community repo][]:
139
139
140
140
```bash
141
141
pacman -S github-cli
@@ -155,11 +155,15 @@ Download packaged binaries from the [releases page][].
155
155
156
156
### Build from source
157
157
158
-
See here on how to [build GitHub CLI from source](/docs/source.md).
158
+
See here on how to [build GitHub CLI from source][].
0 commit comments