doc: updated documentation with correct installation instructions

This commit is contained in:
Yandrik 2022-06-12 13:20:37 +02:00
parent 22b830a1a8
commit 8255e857df
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
### Install ### 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 2. Update module list
- `trytond-admin --update-modules-list` - `trytond-admin --update-modules-list`
- `trytond-admin -u tryton_account_de_skr04 --activate-dependencies` - `trytond-admin -u tryton_account_de_skr04 --activate-dependencies`