From 06ea3020c405f141fe2984b7434c0ea6cff32525 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Thu, 24 Aug 2023 08:57:38 +0200 Subject: [PATCH] update README setup instructions --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dae637e..fabe3d1 100644 --- a/README.md +++ b/README.md @@ -11,26 +11,29 @@ Neither Sway nor ARM is supported, sway because the files is located elsewhere a ## Get started Besides the basic Python modules - the script relies on the Python requests module. -### Manjaro On Manjaro you don’t need to install it - it is present as a dependency of pacman-mirrors. -### Other Linux -If you are using another Linux you can use requirements.txt to install the necessary dependency. - ## Setup Besides the basic Python modules - the script relies on the Python requests module. On Manjaro you don't need to install it - it is present as a dependency of pacman-mirrors. -Create the folder **~/.local/bin** +## Manjaro mkdir -p ~/.local/bin + git clone http://scm.nix.dk/root/manjaro-get-iso + cd manjaro-get-iso + chmod +x get-iso + cp get-iso ~/.local/bin/get-iso -Then create a new file in this bin folder - name the file **get-iso** - then use your favorite text editor to copy paste below code into the new file. +### Other Linux +If you are using another Linux you can use requirements.txt to install the necessary dependency. -Make the file executable - - chmod +x ~/.local/bin/get-iso + pip install -r requirements.txt + git clone http://scm.nix.dk/root/manjaro-get-iso + cd manjaro-get-iso + chmod +x get-iso + sudo cp get-iso /usr/local/bin/get-iso ## Usage