From 783b2bbc64abe09c75180e7e1222ccbaa6838ebf Mon Sep 17 00:00:00 2001 From: Seew0 Date: Tue, 10 Jan 2023 07:42:22 +0530 Subject: [PATCH 1/2] changes to docs --- docs/Setup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Setup.md b/docs/Setup.md index e21114be..2684be3b 100644 --- a/docs/Setup.md +++ b/docs/Setup.md @@ -39,6 +39,12 @@ $ tar xz electronim-linux-x64.tar.gz $ cd electronim-linux-x64 $ ./electronim ``` +Note: if you are not able to extract the compressed files into a directory(happened on Arch Linux) try + + +``` +$ tar xfz electronim-linux-x64.tar.gz +``` ##### [AppImage](https://appimage.org/) package From c0015e6466bb41adb45c86daf8cb87c94a99c411 Mon Sep 17 00:00:00 2001 From: seew0 Date: Fri, 24 Feb 2023 05:23:42 +0530 Subject: [PATCH 2/2] updating the change --- docs/Setup.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/Setup.md b/docs/Setup.md index 2684be3b..2d1f3900 100644 --- a/docs/Setup.md +++ b/docs/Setup.md @@ -35,16 +35,11 @@ There are 3 options for installing and running ElectronIM in Linux: ``` $ wget https://github.com/manusa/electronim/releases/latest/download/electronim-linux-x64.tar.gz -$ tar xz electronim-linux-x64.tar.gz +$ tar xfz electronim-linux-x64.tar.gz $ cd electronim-linux-x64 $ ./electronim ``` -Note: if you are not able to extract the compressed files into a directory(happened on Arch Linux) try - -``` -$ tar xfz electronim-linux-x64.tar.gz -``` ##### [AppImage](https://appimage.org/) package