Skip to content

Commit edac35b

Browse files
committed
Update README
* no longer need to use maven to install a local copy of the ds3_java_sdk * can use assembleDist task to create the zip and tar distributions
1 parent a067a5c commit edac35b

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,8 @@ If you would like to contribute to the source code, sign the [Contributors Agree
5252

5353
## Build
5454

55-
To build the CLI, you need to make sure that the [ds3_java_sdk](https://github.com/SpectraLogic/ds3_java_sdk) is installed and accessible via maven (see [Installing ds3_java_sdk](https://github.com/SpectraLogic/ds3_java_sdk#install)). You must also have cloned the latest version of the CLI source. Then run `gradlew` from the root of the project:
55+
To build the CLI, make sure you have cloned and checked out the latest version of this repository. Then run `gradlew` from the root of the project:
5656

57-
./gradlew clean distTar
58-
59-
Or:
57+
./gradlew clean assembleDist
6058

61-
./gradlew clean distZip
62-
63-
Both `distZip` and `distTar` will build the bundle and place it in `build/distributions` in the root of the project directory. To build both versions at the same time run:
64-
65-
./gradlew clean distTar distZip
66-
67-
`distZip` will create a zip version of the bundle, and `distTar` will create a tar version of the bundle. The bundles contain the same exact binaries.
59+
This command will build and create both zip and tar distribution bundles that containing the CLI. The distribution bundles can be found in under `ds3_java_cli/build/distributions/`. The distribution bundles contain the same exact binaries.

0 commit comments

Comments
 (0)