From 3b0841b06c48b4f8ff56e87642428af32d73b172 Mon Sep 17 00:00:00 2001 From: Alan Seiden Date: Thu, 21 Nov 2024 15:54:20 -0500 Subject: [PATCH] Add a one-line install command --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4355361..d404e92 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ https://github.com/richardschoen/QshOni/blob/master/getrepo-qshoni.sh # objects. bash getrepo-qshoni.sh + +# To download and run the getrepo-qshoni.sh script in one step, using wget, run this command: +wget https://github.com/richardschoen/QshOni/raw/refs/heads/master/getrepo-qshoni.sh -O - | bash ``` # Installing and Building QSHONI via Git clone and build.sh