mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 23:33:45 -05:00
Fix typo in Fedora 22+ instructions: yum became dnf not dns
2
Home.md
2
Home.md
@@ -36,7 +36,7 @@ environment.
|
|||||||
|
|
||||||
* **Fedora 22 and above:**
|
* **Fedora 22 and above:**
|
||||||
```sh
|
```sh
|
||||||
dns install -y gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel
|
dnf install -y gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
* **openSUSE:**
|
* **openSUSE:**
|
||||||
|
|||||||
Reference in New Issue
Block a user