From 4be334e42fbfe61e863ced0eb5d269bee48759f4 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Fri, 28 Jun 2024 20:59:16 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bda4cd18..2d5d3cce 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ ## Usage Open your terminal and paste this command ```bash -git clone https://github.com/ChrisTitusTech/linutil && cd linutil && ./linutil +wget https://github.com/ChrisTitusTech/linutil/raw/main/linutil && ./linutil ```