GT-2897: Moving script to support dir.

This commit is contained in:
Ryan Kurtz
2019-06-27 12:14:02 -04:00
parent 037b5df87b
commit 6850c4188a
3 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ or manually by downloading the required dependencies. Choose one of the two fol
The flat directory-style repository can be setup automatically by running a simple Gradle script.
Navigate to `~/git/ghidra` and run the following:
```
gradle --init-script gradle/fetchDependencies.gradle init
gradle --init-script gradle/support/fetchDependencies.gradle init
```
The Gradle task to be executed, in this case _init_, is unimportant. The point is to have Gradle execute
the `fetchDependencies.gradle` script. If it ran correctly you will have a new `~/git/ghidra/flatRepo/`