From 148d376f573020cfc0ff52c96082136d6d65824a Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Tue, 17 Feb 2026 17:48:09 +0000
Subject: [PATCH] Release version 4.1

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

diff --git a/README.md b/README.md
index 43e0aac..f57a4db 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,18 @@
-Prerequisites:
-- wFirma account with no 2FA enabled,
+# UCRM wFirma plugin
+
+Synchronizes payments and invoices with wFirma.pl system.
+
+## Prerequisites:
+
+- wFirma access key, secret key and app key,
 - separate invoice numbering scheme with no checking created in wFirma,
 - tax included pricing set in UCRM.
+
+## Installation
+
+1. Clone this repository: `git clone https://github.com/jacekkow/ucrm-wfirma`
+2. Run composer: `composer update`
+3. Pack the plugin: `./vendor/bin/pack-plugin`
+4. Upload wfirma.zip file in UCRM System -> Plugins tab.
+5. Click "Add webhook" button next to the "Public URL" field.
+6. Configure the plugin.

--
Gitblit v1.10.0