File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,11 @@ Installing the PSPDEV toolchain itself can be done with the following steps:
36
36
export PSPDEV=" $HOME /pspdev"
37
37
export PATH=" $PATH :$PSPDEV /bin"
38
38
` ` `
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
+ ` ` `
41
44
7. Close the current terminal and open a new one.
42
45
8. From the new terminal, run the following command to confirm everything is set up correctly:
43
46
` ` ` shell
You can’t perform that action at this time.
0 commit comments