From 209a3775d40140edd2bc062d06af3235b5bd8e3a Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Thu, 11 Jul 2024 17:00:25 +0200 Subject: [PATCH] [ReadMe] Fix install instructions using the tarball --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35ac207..fbe1a73 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Download the [release tarball] and extract its content into `Modules/MMFRestrict ``` wget https://port.numenaute.org/MMF/freescout-restricted-customers/archive/0.8.1.tar.gz -O freescout-restricted-customers-0.8.1.tar.gz -mkdir -p Modules/MMFRestrictedCustomers -tar xf freescout-restricted-customers-0.8.1.tar.gz -C Modules/MMFRestrictedCustomers +tar xf freescout-restricted-customers-0.8.1.tar.gz -C Modules +mv Modules/freescout-restricted-customers Modules/MMFRestrictedCustomers ``` #### Install from git