From 89a881741b66544f2ff9311a9613d758e5cacf9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Im?= Date: Wed, 4 Dec 2013 22:50:10 -0500 Subject: [PATCH] Fixed commands that were changed from camel case to dash-separated in the usage, fixed typo in Red Hat --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 30b96ed2c..f71e68836 100644 --- a/README.md +++ b/README.md @@ -88,13 +88,14 @@ If you use this configuration, you must fill out the `mappings in Universal`, `m Once you've configured your packaging how you like it, you can run the following commands: -* `stage` - Creates the universal distribution under the `target/universal/stage` directory -* `universal:packageZipTarball` - Create the universal `.tgz` distribution. -* `universal:packageXzTarball` - Creates the universal `txz` distribution. Note: xz sucks cpu like no other. -* `universal:packageBin` - Creates the universal `zip` distribution -* `windows:packageBin` - Creates the windows `msi` file. -* `debian:packageBin` - Creates the debian `deb` file. -* `rpm:packageBin` - Creates the redhast `rpm` file. +* `stage` - Creates an universal distribution under the `target/universal/stage` directory +* `universal:package-zip-tarball` - Creates an universal `.tgz` distribution. +* `universal:package-xz-tarball` - Creates an universal `txz` distribution. Note: xz sucks cpu like no other. +* `universal:package-bin` - Creates an universal `zip` distribution +* `windows:package-bin` - Creates a Windows `msi` file. +* `windows:package-msi` - Creates a Windows `msi` file. +* `debian:package-bin` - Creates a Debian `deb` file. +* `rpm:package-bin` - Creates a Red Hat `rpm` file. ### Publishing to bintray ###