Skip to content

Commit 78292ef

Browse files
SimplyDannygregorriegler
authored andcommitted
Update Homebrew installation and fix a few typos
1 parent 6868557 commit 78292ef

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,14 @@ Fast [git handover](https://www.remotemobprogramming.org/#git-handover) for remo
4646
The recommended way to install mob is as a binary via the provided install script:
4747

4848
```bash
49-
# works for macOS, linux, and even on windows in git bash
49+
# Works for macOS, Linux, and even on Windows in Git Bash
5050
curl -sL install.mob.sh | sh
5151
```
5252

53-
On macOS via homebrew:
53+
On macOS via Homebrew:
5454

5555
```bash
56-
brew install remotemobprogramming/brew/mob
57-
58-
# upgrade to latest version
59-
brew upgrade remotemobprogramming/brew/mob
56+
brew install mob
6057
```
6158

6259
On Windows via [Scoop](https://scoop.sh/):
@@ -65,7 +62,7 @@ On Windows via [Scoop](https://scoop.sh/):
6562
scoop install mob
6663
```
6764

68-
or via [Chocolatey](https://chocolatey.org/)
65+
or via [Chocolatey](https://chocolatey.org/):
6966

7067
```bash
7168
choco install mob
@@ -77,7 +74,7 @@ On Arch Linux via yay:
7774
yay -S mobsh-bin
7875
```
7976

80-
On [Nix](http://nixos.org) through declarative installation
77+
On [Nix](http://nixos.org) through declarative installation:
8178

8279
```nix
8380
{ pkgs, ... }:
@@ -91,11 +88,12 @@ On [Nix](http://nixos.org) through declarative installation
9188
```
9289

9390
On NetBSD, macOS, SmartOS, Linux, FreeBSD, OpenBSD, and more, via [pkgsrc](https://pkgsrc.org):
91+
9492
```bash
95-
# if there's a binary package for your platform
93+
# If there's a binary package for your platform
9694
pkgin install mob
9795

98-
# otherwise, for any platform
96+
# Otherwise, for any platform
9997
cd pkgsrc/devel/mob && bmake install clean
10098
```
10199

0 commit comments

Comments
 (0)