Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored Nov 23, 2024
1 parent 48c6f20 commit ae52447
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ Use the following install script if you want to run a single shell script to clo
https://github.com/richardschoen/QshOni/refs/heads/master/getrepo-qshoni.sh

## Download and run the getrepo-qshoni.sh script in one step, using wget
❗This is the easiest way to install QSHONI. Run the following wget command to download, build and install QSHONI quickly in a single step.
❗This is the easiest way to install QSHONI. Run the following wget command to download, build and install QSHONI quickly in a single step.
Make sure a temporary dir named /tmp/QshOni doesn't already exist before running the script or the git clone may fail to get current files from the repository.
```
rm -r /tmp/QshOni
wget https://github.com/richardschoen/QshOni/raw/refs/heads/master/getrepo-qshoni.sh -O - | bash
```

Expand Down

0 comments on commit ae52447

Please sign in to comment.