You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,36 @@ Install the application on your platform with the following instructions.
23
23
24
24
### [macOS]()
25
25
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
+
26
48
Download the [latest macOS dmg installer](https://github.com/source-foundry/Slice/releases/latest) in our Releases.
27
49
28
50
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.
29
51
30
-
A Homebrew installation approach is in development. See [#6](https://github.com/source-foundry/Slice/issues/6).
31
-
32
52
### [Linux]()
33
53
34
54
Arch Linux users can install the [slice AUR package](https://aur.archlinux.org/packages/slice/).
55
+
35
56
Other Linux packages are in development.
36
57
For now, please use the following instructions to run from the sources.
0 commit comments