From 727460732b3dbd01f421026a2eba675864053059 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio.bekerle@tugraz.at>
Date: Tue, 20 Jul 2021 09:31:08 +0200
Subject: [PATCH] Add package install information

---
 README.md    | 18 +++++++++++++++---
 package.json |  2 +-
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 2d5c15e..6857859 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 de2e74c..573e7cb 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": {
-- 
GitLab