From 680e6b22c0a0228fb515039d8a12c79d4c5116fb Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Mon, 22 Jul 2024 12:20:28 +0200 Subject: [PATCH] [ReadMe] Fix typo in install instructions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b895661..35f1e47 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,18 @@ A groups is a list of customers, and selecting it when starting a conversation a Download the [release tarball] and extract its content into `Modules/MMFCustomersGroups`. -[release tarball]: https://port.numenaute.org/MMF/freescrout-customers-groups/archive/0.2.0.tar.gz +[release tarball]: https://port.numenaute.org/MMF/freescout-customers-groups/archive/0.2.0.tar.gz ``` -wget https://port.numenaute.org/MMF/freescrout-customers-groups/archive/0.2.0.tar.gz -O freescrout-customers-groups-0.2.0.tar.gz -tar xf freescrout-customers-groups-0.2.0.tar.gz -C Modules -mv Modules/freescrout-customers-groups Modules/MMFCustomersGroups +wget https://port.numenaute.org/MMF/freescout-customers-groups/archive/0.2.0.tar.gz -O freescout-customers-groups-0.2.0.tar.gz +tar xf freescout-customers-groups-0.2.0.tar.gz -C Modules +mv Modules/freescout-customers-groups Modules/MMFCustomersGroups ``` #### Install from git ``` -git clone https://port.numenaute.org/MMF/freescrout-customers-groups.git Modules/MMFCustomersGroups +git clone https://port.numenaute.org/MMF/freescout-customers-groups.git Modules/MMFCustomersGroups ``` ### Update the database schema