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
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ While in beta, GitHub CLI is available for repos hosted on GitHub.com only. It c
11
11
12
12
## We want your feedback
13
13
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][].
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 check out the [contributing page][].
15
15
16
16
## Usage
17
17
@@ -30,7 +30,7 @@ Read the [official docs][] for more information.
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][] to learn more.
33
+
tool. Check out our [more detailed explanation][gh-vs-hub] 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][]:
138
+
Arch Linux users can install from the [community repo][arch linux repo]:
139
139
140
140
```bash
141
141
pacman -S github-cli
@@ -155,15 +155,14 @@ 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][].
158
+
See here on how to [build GitHub CLI from source][build from source].
0 commit comments