Skip to content

Commit

Permalink
updated readme with correct fedora instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-ferguson committed Sep 18, 2021
1 parent 40941a9 commit 3cfd60c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ The installation is broken into two sections:
Step 1 of the installation varies slightly based on the system.
Open a terminal, navigate to the directory you would like PuMA installed, and execute one of the following lines:

xcode-select --install # run this on MacOS
sudo apt-get install git build-essential mesa-common-dev # run this on Debian (Ubuntu)
sudo yum group install "Development Tools" git mesa-libGL-devel # run this on Fedora (CentOS, RHEL)
xcode-select --install # run this on MacOS
sudo apt-get install git build-essential mesa-common-dev # Debian (Ubuntu)
sudo yum group install "Development Tools"; sudo yum install git mesa-libGL-devel # Fedora (CentOS, RHEL)

Note: If XCode command line tools are already installed, the command will result in an error, which is not a problem.

Expand Down

0 comments on commit 3cfd60c

Please sign in to comment.