Skip to content

Commit 062d232

Browse files
committed
[README.md] add macOS Homebrew install/upgrade/uninstall docs
1 parent 4370c99 commit 062d232

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,36 @@ Install the application on your platform with the following instructions.
2323

2424
### [macOS]()
2525

26+
#### Install with Homebrew
27+
28+
[Homebrew](https://brew.sh/) users can use our custom tap to install, upgrade, and remove Slice.
29+
30+
Use the following commands to install:
31+
32+
```sh
33+
$ brew tap source-foundry/taproom
34+
$ brew update
35+
$ brew install --cask sourcefoundry-slice
36+
```
37+
38+
Homebrew will update Slice to new releases during your `brew update && brew upgrade` process or use `brew upgrade sourcefoundry-slice` to upgrade only the Slice application.
39+
40+
Use the following command to uninstall:
41+
42+
```
43+
$ brew uninstall sourcefoundry-slice
44+
```
45+
46+
#### Install with dmg Installer
47+
2648
Download the [latest macOS dmg installer](https://github.com/source-foundry/Slice/releases/latest) in our Releases.
2749

2850
Launch the installer and acknowledge the license during the install process. Drag and drop the Slice.app bundle into your Applications directory when the installer prompts you to do so. Open Launchpad and launch Slice by clicking the icon.
2951

30-
A Homebrew installation approach is in development. See [#6](https://github.com/source-foundry/Slice/issues/6).
31-
3252
### [Linux]()
3353

3454
Arch Linux users can install the [slice AUR package](https://aur.archlinux.org/packages/slice/).
55+
3556
Other Linux packages are in development.
3657
For now, please use the following instructions to run from the sources.
3758

0 commit comments

Comments
 (0)