Skip to content

Commit

Permalink
Update OPA.md (#446)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LaurenBassett authored Oct 7, 2024
1 parent 081c129 commit c4258ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation/OPA.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4258ae

Please sign in to comment.