cli/docs
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
..
command-line-syntax.md Update command-line-syntax.md 2020-09-18 10:22:18 +05:30
gh-vs-hub.md Update comparison with hub as of 1.0 2020-09-17 06:56:48 -06:00
install_linux.md Installation Guide on Linux - missing dependency 2020-09-19 15:52:05 -07:00
README.md Add README to docs folder 2020-03-10 13:22:39 -06:00
releasing.md Add more notes to our releasing docs 2020-07-15 14:17:00 +02:00
source.md Clarify our Go version requirements 2020-08-28 14:05:50 +02:00
triage.md Add a note about help-wanted in triage docs 2020-07-15 14:12:57 +02:00

This folder is used for documentation related to developing gh. Docs for gh installation and usage are available at https://cli.github.com/manual.