Skip to content

Commit

Permalink
Merge pull request #19 from jeffmicklos/patch-1
Browse files Browse the repository at this point in the history
Update cask usage in README
  • Loading branch information
zeroKilo authored Sep 1, 2021
2 parents e97b9bd + 64b9981 commit c5b6ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ requires JDK 13
```bash
brew install java
brew install gradle
brew cask install ghidra
brew install ghidra --cask

export GHIDRA_INSTALL_DIR=`brew cask ls ghidra | grep ghidra | sed 's/^.*-> \(.*\)ghidraRun.*/\1/'`
export GHIDRA_INSTALL_DIR=`brew ls ghidra --cask | grep ghidra | sed 's/^.*-> \(.*\)ghidraRun.*/\1/'`
```

Then whenever you're ready to build, run
Expand Down

0 comments on commit c5b6ee1

Please sign in to comment.