We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5db7a0 + 52640d7 commit 6c800bcCopy full SHA for 6c800bc
installation/macos.md
@@ -36,8 +36,11 @@ Installing the PSPDEV toolchain itself can be done with the following steps:
36
export PSPDEV="$HOME/pspdev"
37
export PATH="$PATH:$PSPDEV/bin"
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.
+5. Now save and exit by pressing `Ctrl`+`X`, then `Y` and then enter/return.
+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
+ ```
44
7. Close the current terminal and open a new one.
45
8. From the new terminal, run the following command to confirm everything is set up correctly:
46
```shell
0 commit comments