Clarify Linux installation instructions

This should draw attention to the fact that OS-specific package managers
are the preferred mode of installation, not OS-agnostic ones.
This commit is contained in:
Mislav Marohnić 2022-09-21 20:06:52 +02:00
parent 113acf9245
commit 231eb5dfb5

View file

@ -49,9 +49,13 @@ Additional Conda installation options available on the [gh-feedstock page](https
### Linux & BSD
`gh` is available via [Homebrew](#homebrew), [Conda](#conda), [Spack](#spack), and as downloadable binaries from the [releases page][].
`gh` is available via:
- [our Debian and RPM repositories](./docs/install_linux.md);
- community-maintained repositories in various Linux distros;
- OS-agnostic package managers such as [Homebrew](#homebrew), [Conda](#conda), and [Spack](#spack); and
- our [releases page][] as precompiled binaries.
For instructions on specific distributions and package managers, see [Linux & BSD installation](./docs/install_linux.md).
For more information, see [Linux & BSD installation](./docs/install_linux.md).
### Windows