Redirect Debian/Ubuntu users to install using git

Resolves #1347
This commit is contained in:
tommyjanna 2022-02-18 15:36:53 -05:00 committed by GitHub
parent a76c4aaafa
commit d2c527cdd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,6 +144,10 @@ If you're on macOS, we recommend installing rbenv with
```
- **Debian, Ubuntu and their derivatives**
Note that the version of rbenv that is packaged and maintained in the
Debian and Ubuntu repositories is out of date. To install the latest
version, it is recommended to [install rbenv using git](#basic-github-checkout).
```sh
sudo apt install rbenv
```