From 8255e857dfc7456e4d1ee485afc29d42fab95482 Mon Sep 17 00:00:00 2001 From: Yandrik Date: Sun, 12 Jun 2022 13:20:37 +0200 Subject: [PATCH] doc: updated documentation with correct installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4939618..e0e937b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### Install -1. Clone the repo into the modules folder (docker: `/usr/local/lib/python3.9/dist-packages/trytond/modules/`) +1. Clone the repo into the modules folder (docker: `git clone https://git.yandrik.dev/abawo/tryton_account_de_skr04.git /usr/local/lib/python3.9/dist-packages/trytond/modules/account_de_skr04`) 2. Update module list - `trytond-admin --update-modules-list` - `trytond-admin -u tryton_account_de_skr04 --activate-dependencies`