SOURCE.md: Fix typo in previous

This commit is contained in:
Dhinak G
2022-09-02 12:16:55 -04:00
committed by GitHub
parent 5179a63766
commit 01b48f4226

View File

@@ -26,7 +26,7 @@ cd ~/Developer
git clone https://github.com/dortania/OpenCore-Legacy-Patcher git clone https://github.com/dortania/OpenCore-Legacy-Patcher
# Move into Project directory # Move into Project directory
cd ./OpenCore-Legacy-Patcher cd ./OpenCore-Legacy-Patcher
# Install Python dependancies used by the project # Install Python dependencies used by the project
pip3 install -r requirements.txt pip3 install -r requirements.txt
``` ```
@@ -88,4 +88,4 @@ open ./dist/
Once done, you'll find the application generated at `./dist/OpenCore-Patcher.app`: Once done, you'll find the application generated at `./dist/OpenCore-Patcher.app`:
![](./images/build-dist.png) ![](./images/build-dist.png)