Skip to content

Commit 6c800bc

Browse files
authored
Merge pull request #49 from pspdev/small-fix-macos-instrucitons
Fix MacOS instructions
2 parents a5db7a0 + 52640d7 commit 6c800bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

installation/macos.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ Installing the PSPDEV toolchain itself can be done with the following steps:
3636
export PSPDEV="$HOME/pspdev"
3737
export PATH="$PATH:$PSPDEV/bin"
3838
```
39-
5. type `xattr -rd com.apple.quarantine $HOME/pspdev` to remove gatekeeper quarantine.
40-
6. Now save and exit by pressing `Ctrl`+`X`, then `Y` and then enter/return.
39+
5. Now save and exit by pressing `Ctrl`+`X`, then `Y` and then enter/return.
40+
6. Run the following command to remove the gatekeeper quarantine, allowing executables to be run:
41+
```shell
42+
xattr -rd com.apple.quarantine $HOME/pspdev
43+
```
4144
7. Close the current terminal and open a new one.
4245
8. From the new terminal, run the following command to confirm everything is set up correctly:
4346
```shell

0 commit comments

Comments
 (0)