Commit graph

69 commits

Author SHA1 Message Date
Lee Reilly
527a1e466f Add auth command and flag usage to README 2020-09-08 14:07:33 -07:00
Mislav Marohnić
016df6af1c Consolidate Linux installation docs
- Move all Linux installation docs to the separate page to eliminate repetition
- Indicate that only Ubuntu 20.04 is supported for apt-add-repository method
- Pull openSUSE/SUSE out of the "unofficial" section since it refers to
  downloading our official packages
- Point out manual installation methods as well
2020-09-07 17:06:03 +02:00
vilmibm
deb92f93a6 update linux installation docs 2020-09-03 14:54:35 -05:00
Sam Coe
022d29ce79 Further cleanup up README links and update contributing doc 2020-09-01 09:40:27 +02:00
Sam Coe
a8add832b5 Address PR feedback and link cleanup 2020-08-31 16:27:27 +02:00
Sam Coe
a3eb099c14 Remove feedback survey from README 2020-08-31 08:44:04 +02:00
wilso199
3275690b83 Updating brew install 2020-08-27 20:48:44 -04:00
Mislav Marohnić
746e7c21a3
💅 Install docs tweaks 2020-08-17 12:37:16 +02:00
Krishna Kanhaiya
fde470f9c5
Add installation step for android termux. 2020-08-15 19:40:52 +05:30
Filip Kszczot
ad4b3795dc
Fix Arch's install example
As the package was moved from AUR to community repo the command needs update as well.
2020-07-27 12:29:05 +02:00
ObliviousParadigm
5851ee26dd DOC: Changed few sentences
Moved code blocks to new lines to maintain consistency
2020-06-15 01:03:27 +05:30
Nate Smith
d59355b155
update gh pr status screenshot
- changes from master to develop
- adds unicode
- corrects colorization
2020-06-09 10:59:58 -05:00
buicongtan1997
cc86d94bdb
Update README.md
Update screenshot change `master` to `trunk`
2020-06-09 10:02:15 +07:00
Mislav Marohnić
9d11cedd18 Rename "master" to "trunk" in various links 2020-05-26 20:57:26 +02:00
Leonardo Melo
700f86c5bc Update README
Add missing `gh config` command usage to README. Also, remove a
trailing space in the `Availability` section, hehe. 😃
2020-04-24 08:49:03 -03:00
Paul Wise
a6618cf02f
Update Debian instructions for modern apt versions
apt can now install local .deb files too, with dependencies.
2020-04-15 12:41:01 +08:00
Mislav Marohnić
a6495a8c0d
Merge pull request #733 from michaelld/add_MP_to_readme
add MacPorts usage info
2020-04-08 12:27:30 +02:00
Mislav Marohnić
60e7bb6243
Tweak macOS installation docs 2020-04-08 12:26:15 +02:00
Michael Dickens
efefe5a849 add MacPorts usage info 2020-04-02 08:49:43 -04:00
Mislav Marohnić
f5aa2bb5ac
Bring back #installation anchor in README
This is linked to from GitHub.com call-to-action to install CLI
2020-04-02 12:52:01 +02:00
Billy Griffin
3e21043bc3
more specific timeframe
Co-Authored-By: Neha Batra <nerdneha@github.com>
2020-03-17 16:35:19 -06:00
Billy Griffin
c869211f9e
More detail about GHES support 2020-03-17 16:12:44 -06:00
Ian Schmitz
a7110a7065
Update Feodra install instructions
Updated instructions to use `dnf` package manager instead of `yum`, which has been the default package manager in Fedora since Fedora 22 (2015).
2020-03-12 15:50:34 -07:00
Mislav Marohnić
c5499c8173
Merge pull request #626 from jsjoeio/patch-1
feat: update README
2020-03-11 17:07:44 +01:00
Joe Previte
ba4d5c5f0b
Update README.md 2020-03-10 19:43:18 -07:00
Joe Previte
f8865e3c23
refactor: remove editor section and one line docs 2020-03-10 19:40:40 -07:00
Billy Griffin
12ba3f6389 Add reference to hub comp in README 2020-03-10 15:21:01 -06:00
Billy Griffin
f32235aa08 Move docs to docs folder
The docs were just hanging out in the top level repo and we thought it'd be nicer to start to organize them together.
2020-03-10 12:52:01 -06:00
Amanda Pinsker
7f9cceccbd
Make the README title a little less verbose 2020-03-10 11:15:47 -07:00
Joe Previte
a6f06f8084
feat: update README 2020-03-09 19:16:44 -07:00
Billy Griffin
d3013595f0
Add usage to README for repos 2020-03-03 15:35:10 -07:00
Joshua Schmid
abfc4d3b1a
Add openSUSE/SUSE install instructions to README 2020-02-18 08:53:37 +01:00
Mislav Marohnić
101fbc27e1
Reword Windows install instructions 2020-02-17 10:37:14 +01:00
Gary Ewan Park
71b1c49227
(doc) Update Windows installation options
To include installing/upgrading from Chocolatey
2020-02-15 15:19:24 +00:00
Billy Griffin
26159ddcb3
Add availability section to readme 2020-02-13 07:52:09 -07:00
Malachi Soord
b6bd044cde
Change AUR package 2020-02-12 19:01:34 +01:00
Billy Griffin
d122f1ff17
Update docs link to correct manual page 2020-02-12 09:02:25 -07:00
sh0rez
1205ad91eb
doc: add arch install instructions 2020-02-06 13:38:26 +01:00
OscarDOM
163bc43bc1
Update README.md 2020-02-05 01:31:14 +01:00
Tiernan L
64f94367ce
Swapping to this link
https://cli.github.io/cli/manual/gh
2020-02-04 14:11:39 -10:00
OscarDOM
656158950d
Update README.md 2020-02-05 01:08:46 +01:00
Nate Smith
1b9b76d8fc
Merge pull request #289 from atomiyama/misc/modify_installation
ADD installation from source section to README.
2020-02-04 12:14:43 -06:00
atomiyama
4ee098ff1f split installation section; build source into source.md and linking to from README. 2020-02-04 10:19:56 +09:00
Nate Smith
966168e6f6
lll
Co-Authored-By: Billy Griffin <5091167+billygriffin@users.noreply.github.com>
2020-02-03 19:11:43 -06:00
vilmibm
14f67f17ae *shakes fist at markdown* 2020-02-03 19:07:00 -06:00
vilmibm
53b5c22478 add scoop note to readme as well as upgrade notes 2020-02-03 18:59:28 -06:00
atomiyama
17e2944051 Modify installation section. 2020-02-02 01:49:56 +09:00
Billy Griffin
b5df8c2251 Make it more clear that this is a survey for users 2020-01-28 13:28:11 -07:00
Billy Griffin
6b44db3590 Add feedback to README
Added google form for feedback and linked to contributing for issue/PR contribution guidance.
2020-01-28 13:26:06 -07:00
vilmibm
55c7e2abbb fix link formatting 2020-01-28 11:16:51 -06:00