update run command to stable release

This commit is contained in:
Chris Titus 2024-07-14 00:03:42 -05:00
parent 6732da7a1f
commit a92abbb3a3

View File

@ -1,9 +1,13 @@
## Chris Titus Tech's Linux Utility ## Chris Titus Tech's Linux Utility
![pv](https://i.imgur.com/quoAwXf.png) ![pv](https://i.imgur.com/quoAwXf.png)
## Usage ## Usage
Open your terminal and paste this command Open your terminal and paste this command
```bash ```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 ## Credits
Rust Shell written by [@JustLinuxUser](https://github.com/JustLinuxUser) Rust Shell written by [@JustLinuxUser](https://github.com/JustLinuxUser)