GT-2897: Renaming initialization script.

This commit is contained in:
Ryan Kurtz 2019-06-27 11:51:29 -04:00
parent b69e737a60
commit 037b5df87b
3 changed files with 16 additions and 17 deletions

View file

@ -86,10 +86,10 @@ 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/init.gradle tasks
gradle --init-script gradle/fetchDependencies.gradle init
```
The Gradle task to be executed, in this case _tasks_, is unimportant. The point is to have Gradle execute
the `init.gradle` script. If it ran correctly you will have a new `~/git/ghidra/flatRepo/`
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/`
directory populated with the following jar files:
* AXMLPrinter2
* csframework