Merge pull request #11031 from HorlogeSkynet/patch-1

doc: adds missing required `procps` package
This commit is contained in:
Mike McQuaid 2021-04-05 14:02:37 +01:00 committed by GitHub
commit 8dd5037bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,14 +57,14 @@ Paste at a terminal prompt:
### Debian or Ubuntu
```sh
sudo apt-get install build-essential curl file git
sudo apt-get install build-essential procps curl file git
```
### Fedora, CentOS, or Red Hat
```sh
sudo yum groupinstall 'Development Tools'
sudo yum install curl file git
sudo yum install procps-ng curl file git
sudo yum install libxcrypt-compat # needed by Fedora 30 and up
```