Update README.md

This commit is contained in:
Hylke Bons 2018-02-25 17:16:42 +00:00 committed by GitHub
parent 1da11c6d3c
commit dec2925343
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,8 +71,8 @@ If your distribution has an out of date meson package, you can install the lates
```bash
# Install pip using your system's package manager
sudo apt-get install python3-pip
sudo dnf install python3-pip
sudo apt-get install python3-pip # Ubuntu
sudo dnf install python3-pip # Fedora
pip3 install meson
```