[ReadMe] Fix instructions for installing from the tarball

This commit is contained in:
Antoine Le Gonidec 2024-07-22 12:18:16 +02:00
parent bcaaed0566
commit 4207b8093c
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

View file

@ -33,11 +33,11 @@ So it is highly recommended to backup your customers database:
Download the [release tarball] and extract its content into `Modules/MMFRestrictedCustomers`. Download the [release tarball] and extract its content into `Modules/MMFRestrictedCustomers`.
[release tarball]: https://port.numenaute.org/MMF/freescout-restricted-customers/archive/1.0.1.tar.gz [release tarball]: https://port.numenaute.org/MMF/freescout-restricted-customers/archive/1.1.0.tar.gz
``` ```
wget https://port.numenaute.org/MMF/freescout-restricted-customers/archive/1.0.1.tar.gz -O freescout-restricted-customers-1.0.1.tar.gz wget https://port.numenaute.org/MMF/freescout-restricted-customers/archive/1.1.0.tar.gz -O freescout-restricted-customers-1.1.0.tar.gz
tar xf freescout-restricted-customers-1.0.1.tar.gz -C Modules tar xf freescout-restricted-customers-1.1.0.tar.gz -C Modules
mv Modules/freescout-restricted-customers Modules/MMFRestrictedCustomers mv Modules/freescout-restricted-customers Modules/MMFRestrictedCustomers
``` ```