Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  Updated README
  • Loading branch information
ktekinay committed Aug 27, 2015
2 parents 73f0a60 + 86e2ea9 commit f28fc2e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f28fc2e

Please sign in to comment.