From 86e2ea9a1a010339de2a3f8ea38a884521b5cd4f Mon Sep 17 00:00:00 2001 From: Kem Tekinay Date: Thu, 27 Aug 2015 19:31:59 -0400 Subject: [PATCH] Updated README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6198eba..2273287 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,16 @@ For each version in your admin file, check each platform to which it applies, pr For Windows and Linux, you must also provide the exact name of the executable. If your app is called "My Great App", the Linux executable name will be "My Great App" and the Windows name will be "My Great App.exe". +## The CLI Admin App + +Included in the project is a command-line version of the admin app so you can automate the maintenance of your update file. It will let you do anything that the GUI version will, including creating the Kaju admin file, adding and editing versions, and exporting the update information. + +To use it, open the Kaju Admin CLI project, compile it, then, from the command line, type + + kaju --help + +(I'm assuming you already know how to use command-line utilities.) The online help should give you all the information you need. + ## JSON Specs The update information that you will post will be a JSON file that is generated by the Admin app as an HTML file. We recommend that each version line gets its own folder on your web server. @@ -287,7 +297,7 @@ Translations to other languages by: * Heikki Ohvo (Finnish) * Manuel Romei (Italian) -With special thanks to [Advanced Medical Pricing Solutions, Inc.](http://www.advancedpricing.com), for making this possible. +With special thanks to [Advanced Medical Pricing Solutions, Inc.](http://www.advancedpricing.com) for making this possible. ## FAQ