Merge pull request #196 from nnyyxxxx/testing-4

Add dev branch to readme.md
This commit is contained in:
Chris Titus 2024-08-28 20:31:09 -05:00 committed by GitHub
commit 164546dc63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,15 @@
*Note:* Since the project is still in active development, you may encounter some issues. Please consider [submitting feedback](https://github.com/ChrisTitusTech/linutil/issues) if you do. *Note:* Since the project is still in active development, you may encounter some issues. Please consider [submitting feedback](https://github.com/ChrisTitusTech/linutil/issues) if you do.
## 💡 Usage ## 💡 Usage
To get started, pick which branch you would like to use, then run the command in your terminal:
To get started, open your terminal and run the following command: ### Stable Branch (Recommended)
```bash ```bash
curl -fsSL https://christitus.com/linux | sh curl -fsSL https://christitus.com/linux | sh
``` ```
### Dev branch
```bash
curl -fsSL https://christitus.com/linuxdev | sh
```
## 💖 Support ## 💖 Support
If you find Linutil helpful, please consider giving it a ⭐️ to show your support! If you find Linutil helpful, please consider giving it a ⭐️ to show your support!