From bfb61bb11618879d10bc323696772f029ea694a9 Mon Sep 17 00:00:00 2001 From: sepalani Date: Thu, 19 Jun 2025 22:26:20 +0400 Subject: [PATCH] Fix gradle wrapper name in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 863a7bfee5..271f93164d 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ repository: `git clone https://github.com/NationalSecurityAgency/ghidra.git` ##### Download additional build dependencies into source repository: **NOTE:** If an Internet connection is available and you did not install Gradle, the following -`gradle` commands may be replaced with `./gradle(.bat)`. +`gradle` commands may be replaced with `./gradlew(.bat)`. ``` gradle -I gradle/support/fetchDependencies.gradle ```