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