diff --git a/DevGuide.md b/DevGuide.md index b4109805d0..12f97b78e4 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -32,7 +32,7 @@ authors' names directly in the source code, so it is discouraged. Download non-Maven Central dependencies. This creates a `dependencies` directory in the repository root. ``` -gradle -I gradle/support/fetchDependencies.gradle init +gradle -I gradle/support/fetchDependencies.gradle ``` Download Maven Central dependencies and setup the repository for development. By default, these @@ -97,7 +97,7 @@ Sometimes you may want to move the Ghidra repository to an offline network and d These are the recommended steps to ensure that you not only move the source repository, but all downloaded dependencies as well: -1. `gradle -I gradle/support/fetchDependencies.gradle init` +1. `gradle -I gradle/support/fetchDependencies.gradle` 2. `gradle -g dependencies/gradle prepdev` 3. Move ghidra directory to different system 4. `gradle -g dependencies/gradle buildGhidra` (on offline system)