From a92abbb3a3bb4f8f1560cb44989ee2237e6f4a23 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Sun, 14 Jul 2024 00:03:42 -0500 Subject: [PATCH] update run command to stable release --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2949b2f..4c8dc3d3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ ## Chris Titus Tech's Linux Utility + ![pv](https://i.imgur.com/quoAwXf.png) + ## Usage + Open your terminal and paste this command ```bash -curl -fsSL https://raw.githubusercontent.com/ChrisTitusTech/linutil/main/start.sh | sh +curl -fsSL https://github.com/ChrisTitusTech/linutil/releases/latest/download/start.sh | sh ``` + ## Credits Rust Shell written by [@JustLinuxUser](https://github.com/JustLinuxUser)