diff --git a/README.md b/README.md
index 2d5c15e65cecae30c0253ca56c90aabe52e0f437..68578591aa9f86dd5f874a2af3855d72277bbef3 100644
--- a/README.md
+++ b/README.md
@@ -30,17 +30,29 @@ To use the Nextcloud functionality you need a running Nextcloud server with the
 
 ## Using this app as pre-built package
 
-Not only you can use this app as pre-built package installed from [npmjs](https://www.npmjs.com/package/@dbp-topics/signature) via:
+### Install apps
+
+If you want to install the DBP Signature App in a new folder `signature-app` you can call:
 
 ```bash
-npm install @dbp-topics/signature
+npx @digital-blueprint/cli install-app signature signature-app
 ```
 
-But you can also use this app directly from the [Unpkg CDN](https://unpkg.com/browse/@dbp-topics/signature/)
+Afterwards you can point your Apache web-server to `signature-app/public`.
+
+You can also use this app directly from the [Unpkg CDN](https://unpkg.com/browse/@dbp-topics/signature/)
 for example like this: [dbp-signature/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/examples/dbp-signature/index.html)
 
 Note that you will need a Keycloak server along with a client id for the domain you are running this html on.
 
+### Update apps
+
+If you want to update the DBP Signature App in the current folder you can call:
+
+```bash
+npx @digital-blueprint/cli update-app signature
+```
+
 ## Activities
 
 ### dbp-qualified-signature-pdf-upload
diff --git a/package.json b/package.json
index de2e74cef14864f6fb343c09a2e3ea29a0ec77df..573e7cb8f36029d7a9426053baecbbb8ee9112a1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@dbp-topics/signature",
   "internalName": "dbp-signature",
-  "version": "1.0.15",
+  "version": "1.0.16",
   "main": "src/dbp-signature.js",
   "license": "LGPL-2.1-or-later",
   "repository": {