Fix ordering

This commit is contained in:
Mykola Grymalyuk
2021-11-14 20:44:40 -07:00
parent f84828483b
commit 2546e9167f

View File

@@ -23,10 +23,10 @@ Once Python is installed, open Terminal and run the following:
```sh
# Move into a directory to store the project
cd ~/Developer
# Move into Project directory
cd ./OpenCore-Legacy-Patcher
# Clone project
git clone https://github.com/dortania/OpenCore-Legacy-Patcher
# Move into Project directory
cd ./OpenCore-Legacy-Patcher
# Install Python dependacies used by the project
pip3 install -r requirements.txt
```