Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/patch'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmkurtz committed Jul 18, 2024
2 parents 2760eeb + aced7d3 commit a46009f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DevGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit a46009f

Please sign in to comment.