Update Quick-Start Fedora Package Install Command

The quick-start guide uses yum instead of dnf for installing
packages in Fedora to prepare for running Zuul. Also, git-review
is now packaged in Fedora and doesn't need to be installed via pip
anymore.

Change-Id: I6089c104ac006b67510f00366e0f97fb1d6e84c7
This commit is contained in:
Tim Flink 2020-01-25 16:05:57 +01:00
parent b33afa1b68
commit c0ab65f318
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ Before you start, ensure that some needed packages are installed.
# Fedora:
sudo yum install docker docker-compose git
sudo python3 -m pip install git-review
sudo dnf install docker docker-compose git git-review
# OpenSuse: