-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update run command to stable release
- Loading branch information
1 parent
6732da7
commit a92abbb
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |