Skip to content

Commit aabf34d

Browse files
authored
Merge pull request cli#1204 from ObliviousParadigm/doc_fixes
DOC: Changed few sentences
2 parents 54e0534 + 5851ee2 commit aabf34d

File tree

1 file changed

+33
-13
lines changed

1 file changed

+33
-13
lines changed

README.md

Lines changed: 33 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ the terminal next to where you are already working with `git` and your code.
77

88
## Availability
99

10-
While in beta, GitHub CLI is available for repos hosted on GitHub.com only. It does not currently support repositories hosted on GitHub Enterprise Server or other hosting providers. We are planning support for GitHub Enterprise Server after GitHub CLI is out of beta (likely toward 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.
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.
1111

1212
## We need your feedback
1313

14-
GitHub CLI is currently early in its development, and we're hoping to get feedback from people using it.
14+
GitHub CLI is currently in its early development stages, and we're hoping to get feedback from people using it.
1515

1616
If you've installed and used `gh`, we'd love for you to take a short survey here (no more than five minutes): https://forms.gle/umxd3h31c7aMQFKG7
1717

@@ -31,9 +31,9 @@ Read the [official docs](https://cli.github.com/manual/) for more information.
3131

3232
## Comparison with hub
3333

34-
For many years, [hub][] was the unofficial GitHub CLI tool. `gh` is a new project for us to explore
34+
For many years, [hub][] was the unofficial GitHub CLI tool. `gh` is a new project that helps us explore
3535
what an official GitHub CLI tool can look like with a fundamentally different design. While both
36-
tools bring GitHub to the terminal, `hub` behaves as a proxy to `git` and `gh` is a standalone
36+
tools bring GitHub to the terminal, `hub` behaves as a proxy to `git`, and `gh` is a standalone
3737
tool. Check out our [more detailed explanation](/docs/gh-vs-hub.md) to learn more.
3838

3939

@@ -46,15 +46,31 @@ tool. Check out our [more detailed explanation](/docs/gh-vs-hub.md) to learn mor
4646

4747
#### Homebrew
4848

49-
Install: `brew install github/gh/gh`
49+
Install:
50+
51+
```bash
52+
brew install github/gh/gh
53+
```
5054

51-
Upgrade: `brew upgrade gh`
55+
Upgrade:
56+
57+
```bash
58+
brew upgrade gh
59+
```
5260

5361
#### MacPorts
5462

55-
Install: `sudo port install gh`
63+
Install:
64+
65+
```bash
66+
sudo port install gh
67+
```
68+
69+
Upgrade:
5670

57-
Upgrade: `sudo port selfupdate && sudo port upgrade gh`
71+
```bash
72+
sudo port selfupdate && sudo port upgrade gh
73+
```
5874

5975
### Windows
6076

@@ -64,24 +80,28 @@ Upgrade: `sudo port selfupdate && sudo port upgrade gh`
6480

6581
Install:
6682

67-
```
83+
```powershell
6884
scoop bucket add github-gh https://github.com/cli/scoop-gh.git
6985
scoop install gh
7086
```
7187

72-
Upgrade: `scoop update gh`
88+
Upgrade:
89+
90+
```powershell
91+
scoop update gh
92+
```
7393

7494
#### Chocolatey
7595

7696
Install:
7797

78-
```
98+
```powershell
7999
choco install gh
80100
```
81101

82102
Upgrade:
83103

84-
```
104+
```powershell
85105
choco upgrade gh
86106
```
87107

@@ -122,7 +142,7 @@ Install and upgrade:
122142
Arch Linux users can install from the AUR: https://aur.archlinux.org/packages/github-cli/
123143

124144
```bash
125-
$ yay -S github-cli
145+
yay -S github-cli
126146
```
127147

128148
### Other platforms

0 commit comments

Comments
 (0)