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:
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+ ` ` `
41447. Close the current terminal and open a new one.
42458. From the new terminal, run the following command to confirm everything is set up correctly:
4346 ` ` ` shell
You can’t perform that action at this time.
0 commit comments