mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 11:30:15 +10:00
Fix ordering
This commit is contained in:
@@ -23,10 +23,10 @@ Once Python is installed, open Terminal and run the following:
|
|||||||
```sh
|
```sh
|
||||||
# Move into a directory to store the project
|
# Move into a directory to store the project
|
||||||
cd ~/Developer
|
cd ~/Developer
|
||||||
# Move into Project directory
|
|
||||||
cd ./OpenCore-Legacy-Patcher
|
|
||||||
# Clone project
|
# Clone project
|
||||||
git clone https://github.com/dortania/OpenCore-Legacy-Patcher
|
git clone https://github.com/dortania/OpenCore-Legacy-Patcher
|
||||||
|
# Move into Project directory
|
||||||
|
cd ./OpenCore-Legacy-Patcher
|
||||||
# Install Python dependacies used by the project
|
# Install Python dependacies used by the project
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user