Skip to content

Commit e8772d2

Browse files
authored
Update README.md
1 parent b63f72d commit e8772d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Use the following steps to install Ghidrathon to your Ghidra environment:
3232
$ python -m pip install -r requirements.txt
3333
$ python ghidrathon_configure.py <absolute_path_to_ghidra_install_dir>
3434
```
35+
**Note**: you may be prompted to set an environment variable named `JAVA_HOME`. This should reference that absolute path of the JDK that you have configured for your Ghidra install.
36+
3537
3. Install the Ghidrathon extension (`.zip`) into Ghidra:
3638
* Using Ghidra's UI:
3739
* Navigate to `File > Install Extensions...`
@@ -47,7 +49,7 @@ $ python ghidrathon_configure.py <absolute_path_to_ghidra_install_dir>
4749

4850
You can switch Ghidrathon to use a different Python interpreter by running `ghidrathon_configure.py` using the new Python interpreter.
4951

50-
### Python Virtual Environments
52+
### Using Python Virtual Environments
5153

5254
Ghidrathon supports Python virtual environments. **To use a Python virtual environment, complete step `1` from within your virtual environment.** Do the same when running `ghidrathon_configure.py` to switch the Ghidrathon to use a different interpreter.
5355

0 commit comments

Comments
 (0)