Skip to content

Commit b6c3e2b

Browse files
Update README.md
1 parent 66ba60e commit b6c3e2b

1 file changed

Lines changed: 5 additions & 45 deletions

File tree

README.md

Lines changed: 5 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Chris Titus Tech's Linux Utility
1+
# Chris Titus Tech's MacOS Utility
22

33
[![Version](https://img.shields.io/github/v/release/ChrisTitusTech/macutil?color=%230567ff&label=Latest%20Release&style=for-the-badge)](https://github.com/ChrisTitusTech/macutil/releases/latest)
44
![GitHub Downloads (specific asset, all releases)](https://img.shields.io/github/downloads/ChrisTitusTech/macutil/macutil?label=Total%20Downloads&style=for-the-badge)
5-
[![](https://dcbadge.limes.pink/api/server/https://discord.gg/bujFYKAHSp)](https://discord.gg/bujFYKAHSp)
65

76
<!-- TODO: crates.io package here + <br> -->
87
[![Crates.io Version](https://img.shields.io/crates/v/macutil_tui?style=for-the-badge&color=%23af3a03)](https://crates.io/crates/macutil_tui) [![macutil AUR Version](https://img.shields.io/aur/version/macutil?style=for-the-badge&label=%5BAUR%5D%20macutil&color=%23230567ff)](https://aur.archlinux.org/packages/macutil) [![macutil-bin AUR Version](https://img.shields.io/aur/version/macutil-bin?style=for-the-badge&label=%5BAUR%5D%20macutil-bin&color=%23230567ff)](https://aur.archlinux.org/packages/macutil-bin)
@@ -18,11 +17,11 @@
1817
To get started, pick which branch you would like to use, then run the command in your terminal:
1918
### Stable Branch (Recommended)
2019
```bash
21-
curl -fsSL https://christitus.com/linux | sh
20+
curl -fsSL https://christitus.com/mac | sh
2221
```
23-
### Dev branch
22+
### Dev branch not setup
2423
```bash
25-
curl -fsSL https://christitus.com/linuxdev | sh
24+
2625
```
2726

2827
### CLI arguments
@@ -36,52 +35,13 @@ macutil --help
3635
For installer options:
3736

3837
```bash
39-
curl -fsSL https://christitus.com/linux | sh -s -- --help
38+
curl -fsSL https://christitus.com/mac | sh -s -- --help
4039
```
4140

4241
## ⬇️ Installation
4342

4443
macutil is also available as a package in various repositories:
4544

46-
[![Packaging status](https://repology.org/badge/vertical-allrepos/macutil.svg)](https://repology.org/project/macutil/versions)
47-
48-
<details>
49-
<summary>Arch Linux</summary>
50-
51-
macutil can be installed on [Arch Linux](https://archlinux.org) with three different [AUR](https://aur.archlinux.org) packages:
52-
53-
- `macutil` - Stable release compiled from source
54-
- `macutil-bin` - Stable release pre-compiled
55-
- `macutil-git` - Compiled from the last commit (not recommended)
56-
57-
by running:
58-
59-
```bash
60-
git clone https://aur.archlinux.org/<package>.git
61-
cd <package>
62-
makepkg -si
63-
```
64-
65-
Replace `<package>` with your preferred package.
66-
67-
If you use [yay](https://github.com/Jguer/yay), [paru](https://github.com/Morganamilo/paru) or any other [AUR Helper](https://wiki.archlinux.org/title/AUR_helpers), it's even simpler:
68-
69-
```bash
70-
paru -S macutil
71-
```
72-
73-
Replace `paru` with your preferred helper and `macutil` with your preferred package.
74-
75-
</details>
76-
<details>
77-
<summary>OpenSUSE</summary>
78-
79-
macutil can be installed on OpenSUSE with:
80-
```bash
81-
sudo zypper install macutil
82-
```
83-
84-
</details>
8545
<details>
8646
<summary>Cargo</summary>
8747

0 commit comments

Comments
 (0)