Commit graph

110 commits

Author SHA1 Message Date
Tobias Nießen
515902ade3
Fix typo in openSUSE installation instructions 2021-07-27 02:13:35 +02:00
Bruno Alla
d396674e12 Fix a typo in the docs 2021-06-02 15:53:03 +01:00
vilmibm
3e21da9167 just use stable 2021-05-20 11:44:50 -05:00
vilmibm
320ab8ad31 restore header, use an emoji 2021-05-19 16:20:01 -05:00
vilmibm
6c5b690bbe simplify deb installation docs 2021-05-19 12:13:29 -05:00
Mislav Marohnić
02b7a71783
Add project layout documentation (#3587) 2021-05-11 21:21:57 +02:00
Nate Smith
5821065ac0
Merge pull request #3419 from zxaos/patch-1
add Debian install variant without add-apt-repository
2021-04-20 12:13:59 -05:00
Nate Smith
f65af1473e
Merge pull request #3438 from invakid404/trunk
Add Funtoo Linux install instructions
2021-04-20 11:54:00 -05:00
Nate Smith
929b584003
Update docs/install_linux.md 2021-04-20 11:47:22 -05:00
Nate Smith
2872e79a4f
Update docs/install_linux.md 2021-04-20 11:47:17 -05:00
Abhay Kumar Verma
d479449ec5
linuxbrew details added 2021-04-19 19:58:37 +05:30
invakid404
388075d55a docs: add funtoo linux install instructions 2021-04-16 11:36:33 +03:00
Matt Bond
f4eb60d7a8
add Debian install variant without add-apt-repository 2021-04-14 00:13:50 -04:00
Mislav Marohnić
d43720620e Tweak build scripts to enable cross-compiling
The main build script for this project is `script/build.go` which
implements Makefile-like building of the `gh` binary and associated man
pages. Our Makefile defers to the Go script.

However, when setting GOOS, GOARCH, and other environment variables to
modify the target for the resulting binary, these environment variables
would affect the execution of `build.go` as well, which was unintended.

This tweaks our Makefile to reset variables like GOOS and GOARCH when
building the `build.go` script itself, ensuring that the built script
runs on the same platform, and adds the ability to pass environment
variables as arguments to `go run script/build.go`. This allows the
following usage on platforms without `make`:

    go run script/build.go GOOS=linux

With this style of invocation, the GOOS setting does not actually affect
`go run` itself; just the `go build` that is executed in a child process.
2021-04-09 15:48:12 +02:00
Mislav Marohnić
331bf50076
Tweak language 2021-03-02 15:05:16 +01:00
fossdd
14c4743f8c
Fix markdown link
Co-authored-by: Nate Smith <vilmibm@github.com>
2021-03-01 19:01:18 +00:00
fossdd
a6e9940b81
Add information about AUR
The AUR is a community-based location for PKGBUILDs, Arch's Install scripts.

There is a unofficial PKGBUILD for building and installing `gh` from the git repo.

https://aur.archlinux.org/packages/github-cli-git
2021-02-28 12:54:19 +00:00
Mislav Marohnić
39431a101d Port select portions of Makefile to script/build.go
This is to enable build tasks on Windows.
2021-01-08 22:35:57 +01:00
Mislav Marohnić
5e97775978
Clarify building from source on Windows
Address https://github.com/cli/cli/issues/2545#issuecomment-751842548
2021-01-06 18:08:02 +01:00
Mislav Marohnić
cba15d0109
Clarify openSUSE Tumbleweed instructions 2020-12-15 15:16:33 +01:00
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