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