From f90ba87bfb6d4cb56b375d48408ab2f062f2e3cd Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Tue, 25 Apr 2023 12:58:02 -0600 Subject: [PATCH] update install documentation (#43) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 639f702..7218ed0 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,10 @@ Use the following steps to install your Ghidrathon extension in Ghidra: * Click `Ok` * Restart Ghidra +**OR** + +You can extract your Ghidrathon extension (`.zip`) directly to `\Ghidra\Extensions` and Ghidra will prompt you to configure Ghidrathon the next time it is started. + ### Disabling Jython Ghidrathon disables the built-in Jython script provider to avoid conflicts when Ghidra decides which provider should handle scripts with the `.py` file extension. This means existing Jython scripts cannot be executed with Ghidrathon installed. We recommend completely disabling the Jython extension.