README: pyGhidraRun -> pyghidraRun

The actual file seems to be "pyghidraRun" instead of "pyGhidraRun",
this is important on UNIX systems, as filenames are case sensitive.
This commit is contained in:
Ville Sundell
2026-05-04 21:50:37 +03:00
committed by GitHub
parent b3eef5912c
commit 6ebedafffc
+1 -1
View File
@@ -35,7 +35,7 @@ To install an official pre-built multi-platform Ghidra release:
* Extract the Ghidra release file
- **NOTE:** Do not extract on top of an existing installation
* Launch Ghidra: `./ghidraRun` (`ghidraRun.bat` for Windows)
- or launch [PyGhidra][pyghidra]: `./support/pyGhidraRun` (`support\pyGhidraRun.bat` for Windows)
- or launch [PyGhidra][pyghidra]: `./support/pyghidraRun` (`support\pyghidraRun.bat` for Windows)
For additional information and troubleshooting tips about installing and running a Ghidra release,
please refer to the [Getting Started][gettingstarted] document which can be found at the root of a