[ReadMe] Add install instructions
This commit is contained in:
parent
c927658079
commit
c8340dcbb4
1 changed files with 17 additions and 1 deletions
18
README.md
18
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue