Update An Introduction to Ghidra authored by Aaron Scott Pope's avatar Aaron Scott Pope
......@@ -9,7 +9,7 @@ The program can be downloaded as a binary [here](http://ghidra-sre.org/) or as s
The simplest way to get started with Ghidra is to use the binary download [here](http://ghidra-sre.org/).
The software requires the Java Development Kit (JDK) version 11 or newer, which can be found [here](https://www.oracle.com/technetwork/java/javase/downloads/index.html).
Make note of where the JDK is installed, as you may have to manually provide the location it if Ghidra fails to automatically locate it.
Make note of where the JDK is installed, as you may have to manually provide the location if Ghidra fails to automatically locate it.
## Getting Started
......
......