README.adoc in kpm-0.11.0 vs README.adoc in kpm-0.11.1

- old
+ new

@@ -36,27 +36,9 @@ == KPM Commands [[kill-bill-installation]] === Kill Bill installation -[[kpm-install]] -==== kpm install - -`kpm install` (with no argument) will setup https://github.com/killbill/killbill[Kill Bill] and https://github.com/killbill/killbill-admin-ui-standalone[Kaui] in your current directory, including: - -* http://tomcat.apache.org/[Tomcat] (open-source Java web server) -* The Kill Bill application (war) is installed in the `./webapps` directory -* The Kill Bill UI (Kaui war) is installed in the `./webapps` directory -* Default OSGI bundles are installed in the `/var/tmp/bundles` directory - -To start Kill Bill, simply run - -.... -./bin/catalina.sh run -.... - -You can then verify Kill Bill is running by going to http://127.0.0.1:8080/kaui. - [[kpm-install-using-a-kpm.yml-file]] ==== kpm install Using A `kpm.yml` File KPM also lets you specify a configuration file, `kpm.yml`, to describe what should be installed. For example: