update README setup instructions

This commit is contained in:
Frede Hundewadt 2023-08-24 08:57:38 +02:00
parent 0d815a4e93
commit 06ea3020c4

View file

@ -11,26 +11,29 @@ Neither Sway nor ARM is supported, sway because the files is located elsewhere a
## Get started ## Get started
Besides the basic Python modules - the script relies on the Python requests module. Besides the basic Python modules - the script relies on the Python requests module.
### Manjaro
On Manjaro you dont need to install it - it is present as a dependency of pacman-mirrors. On Manjaro you dont 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 ## Setup
Besides the basic Python modules - the script relies on the Python requests module. 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. 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 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 pip install -r requirements.txt
git clone http://scm.nix.dk/root/manjaro-get-iso
chmod +x ~/.local/bin/get-iso cd manjaro-get-iso
chmod +x get-iso
sudo cp get-iso /usr/local/bin/get-iso
## Usage ## Usage