From c4258ae0f898e282e4205f0b3819ca8953d1c9e9 Mon Sep 17 00:00:00 2001 From: Lauren Bassett Date: Sun, 6 Oct 2024 21:05:45 -0400 Subject: [PATCH] Update OPA.md (#446) When running the code again, I found that the macOS chmod command in this file fails with the hashtag and text afterwards. This commit will remove the tag and comment on the command itself. --- docs/installation/OPA.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation/OPA.md b/docs/installation/OPA.md index 160e6edd..bf2135ea 100644 --- a/docs/installation/OPA.md +++ b/docs/installation/OPA.md @@ -33,8 +33,9 @@ python download_opa.py -v 0.60.0 -os macos - Use the `scubagoggles gws --omitsudo` flag to omit running the executable with `sudo`. - MAC and Linux OS users should have their OPA executables named `opa_darwin_amd64` or `opa_linux_amd64_static` respectively for scubagoggles execution. - The OPA executable must also be given execute permissions +- Run the following command to give the opa executable execute permissions: ```bash -chmod +x opa_darwin_amd64 # give the opa executable execute permissions +chmod +x opa_darwin_amd64 ``` ## Navigation