Commit graph

90 commits

Author SHA1 Message Date
Emily Roberts
b8522f683c
Add openSUSE distro package install instructions
Added the instructions to install the GitHub CLI from the openSUSE distribution repositories
2020-12-15 01:17:44 -07:00
Guangyuan Yang
1fb542250a
Document installation instructions for FreeBSD 2020-12-14 13:51:36 +08:00
Mislav Marohnić
faa1e44f52
Merge pull request #2455 from ismaell/install-target
Add make (un)install targets for POSIX systems 

Fixes #293
2020-12-01 20:33:37 +01:00
Mislav Marohnić
6f689ff051 Document make install 2020-12-01 20:31:20 +01:00
Shubhankar Kanchan Gupta
9f84f0ffa1
Warn termux users with older Android versions (#2467)
Co-authored-by: Mislav Marohnić <mislav@github.com>
2020-11-24 12:56:26 +01:00
Zoltan Puskas
3c3ce909a1
Add Gentoo instructions to install the package (#2389)
Co-authored-by: Mislav Marohnić <mislav@github.com>
2020-11-11 12:39:22 +01:00
Nate Smith
6ef7d5e842
Update install_linux.md 2020-11-02 18:15:32 -06:00
Christopher Rucinski
e4705395e3 added extra notes 2020-10-30 01:28:31 +09:00
Christopher Rucinski
8b0278c4d9 added Snap installation docs 2020-10-29 21:40:05 +09:00
Nate Smith
f53efb3e03
Merge pull request #2305 from cli/vilmibm-patch-1
Update of triage doc based on more recent process
2020-10-28 11:06:28 -05:00
Nate Smith
a5b9a022e5
Update triage.md 2020-10-28 10:43:55 -05:00
Nate Smith
7f5929f4bf
link to aliases 2020-10-28 10:42:13 -05:00
Sam Coe
47bf3c873b
Small releasing docs cleanup 2020-10-28 11:20:45 +03:00
Nate Smith
4379afda20
Update triage.md 2020-10-27 15:10:26 -05:00
Mislav Marohnić
bd25dae5e0 Update triaging docs 2020-10-13 18:07:05 +02:00
Mislav Marohnić
20f88bbd5a Update references to the help wanted label after rename
GitHub has some special behavior for the `help wanted` label, but not
the `help-wanted` label, so I've renamed ours.

Bonus: updated links to docs.github.com
2020-10-09 19:06:25 +02:00
Dimitris Apostolou
6f550b5d12
Fix typos 2020-10-04 22:16:30 +03:00
Hugo Lageneste
75a0b5edbb
Add Nix/NixOS instructions to install the package 2020-09-22 08:04:49 +02:00
Nasir Hussain
e50f7b8356
fix: Capitalization and addition of Enterprise in install_linux
Capitalized: `OS` of `CentOS`
Addition of `Enterprise` in `Redhat Linux`
2020-09-22 02:16:01 +05:00
Nate Smith
d53fa9a8d3
Merge pull request #1877 from 0atman/patch-1
Clarify Linux distros
2020-09-21 15:06:40 -05:00
Tristram Oaten
caf8764cd2
Clarify Linux distros
Grammar police here: "a couple" means two.

I've removed the phrase rather than fixing it, it doesn't add anything. Thanks!
2020-09-21 08:37:15 +01:00
Thomas Herzog
111c1618cb
Installation Guide on Linux - missing dependency
Not sure if this is a common error or if this is the best way to describe the fix but thought I would add something to help others.

OS: Debian GNU/Linux 9.13 (stretch)

Error running first command of Debian install : `sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0`
Full error message:
```
Executing: /tmp/apt-key-gpghome.Fuep9VI9UN/gpg.1.sh --keyserver hkp://keyserver$
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
gpg: connecting dirmngr at '/tmp/apt-key-gpghome.Fuep9VI9UN/S.dirmngr' failed: $
gpg: keyserver receive failed: No dirmngr
```
Reason:  Missing dependency `dirmngr`
solution: install `dirmngr` by running: `sudo apt-get install dirmngr`
2020-09-19 15:52:05 -07:00
nejat-njonjo
e2cca5d92a adding hkp:// and :80 does the trick 2020-09-19 10:57:34 +02:00
Nate Smith
921a2993ab
Update install_linux.md 2020-09-18 13:16:06 -05:00
Nate Smith
d336fab5ff
Update install_linux.md 2020-09-18 13:13:24 -05:00
Tim
8cb3bc0116
Fix typo in install_linux.md 2020-09-18 15:20:13 +02:00
Anish Mookherjee
bd8a457161
Update command-line-syntax.md 2020-09-18 10:22:18 +05:30
Fulton Browne
508546aae8
typo fix 2020-09-17 17:31:41 -07:00
Fulton Browne
d795afc1ac
added kiss linux 2020-09-17 17:24:23 -07:00
vilmibm
2ee06480e5 another small linux note 2020-09-17 16:13:55 -05:00
vilmibm
7b1f19a673 tiny clarification 2020-09-17 15:29:10 -05:00
Nate Smith
9a8deb08fb
Merge pull request #1736 from dbruns/patch-linux-docs
Update install_linux.md
2020-09-17 12:23:16 -05:00
Nate Smith
c7fa9809c1
Update install_linux.md 2020-09-17 12:11:50 -05:00
Daniel Bruns
c9bc9533f9
Update install_linux.md
Add apt update
2020-09-17 10:54:38 -05:00
Daniel Bruns
0bbeb57acf
Update install_linux.md
Remove non-existant option: -u
2020-09-17 10:40:38 -05:00
Billy Griffin
3632961376
Update comparison with hub as of 1.0 2020-09-17 06:56:48 -06:00
Mislav Marohnić
d822b064e3
Merge pull request #1716 from sohnryang/patch-1
Add sudo to pacman install command
2020-09-17 11:59:37 +02:00
Simon Pichugin
329adacc77 Fix dnf update command 2020-09-17 11:32:10 +02:00
Ryang Sohn
8053a62159
Add sudo to pacman install command
`pacman -S` requires sudo just like other package managers.
2020-09-17 14:51:47 +09:00
Dhruvil Dave
33f7d770f3
Add opensuse zypper installation steps 2020-09-10 11:55:36 +05:30
Sandro
2d87072c79
Fix 32 bit arch name 2020-09-09 09:33:49 +02: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
Mislav Marohnić
176dd29c05 Clarify our Go version requirements
* We are trying to keep the binary building on Go 1.13 to support building the project on Ubuntu 20.04 LTS
* Go 1.14+ is required to run the test suite
* We build our releases on Go 1.15

This adds a CI check that verifies that the project compiles on 1.13
2020-08-28 14:05:50 +02:00
Nate Smith
8a5be0fabf
Update source.md 2020-08-14 09:30:44 -05:00
Shoma Okamoto
bcc1b433ab bump go version to 1.15 in docs 2020-08-14 10:00:04 +09:00
Mislav Marohnić
ee928a14a5 Add more notes to our releasing docs 2020-07-15 14:17:00 +02:00
Mislav Marohnić
e886df594b Add a note about help-wanted in triage docs 2020-07-15 14:12:57 +02:00
danshearer
9b890d9a10 Reduce minimum reuqired version from 1.14 to 1.13.8. This is the version
that ships with Ubuntu 20.04 Long Term Support release and it seems to
work fine.
2020-07-04 16:14:47 +01:00
vilmibm
ab5cc6ae67 mention future label 2020-06-17 12:25:50 -05:00