Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nxdens authored May 27, 2022
1 parent 63bd372 commit 02a7553
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This should install git
2. Type terminal and enter
3. in the terminal, enter 'git clone https://github.com/gpnlab/Privilege-Recognition-Task'
4. Enter the following:
```
```bash
cd Privilege-Recognition-Task
pip3 install -r requirements.txt
python3 -m --noconfirm PyInstaller main.spec
Expand All @@ -42,7 +42,8 @@ mv -f dist/PAT.app ~/Desktop
#### Updating the game
1. press 'cmd' + 'space'
2. Type terminal and enter
3. in the terminal, enter the following:
3. Delete everything in the build folder
4. in the terminal, enter the following:
```bash
cd Privilege-Recognition-Task
git pull
Expand Down

0 comments on commit 02a7553

Please sign in to comment.