From 78d838d99a8806d61f9880bb4963d4db1302e920 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Thu, 11 Jul 2024 14:19:08 +0200 Subject: [PATCH] [ReadMe] Add install instructions --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9df9ed7..d1c2c81 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,23 @@ You have been warned. ### Install the module -**TODO** +#### Install from the archive + +Download the [release tarball] and extract its content into `Modules/MMFRestrictedCustomers`. + +[release tarball]: https://port.numenaute.org/MMF/freescout-restricted-customers/archive/0.8.0.tar.gz + +``` +wget https://port.numenaute.org/MMF/freescout-restricted-customers/archive/0.8.0.tar.gz -O freescout-restricted-customers-0.8.0.tar.gz +mkdir -p Modules/MMFRestrictedCustomers +tar xf freescout-restricted-customers-0.8.0.tar.gz -C Modules/MMFRestrictedCustomers +``` + +#### Install from git + +``` +git clone https://port.numenaute.org/MMF/freescout-restricted-customers.git Modules/MMFRestrictedCustomers +``` ### Edit the application routes