@@ -46,17 +46,14 @@ Fast [git handover](https://www.remotemobprogramming.org/#git-handover) for remo
4646The 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
5050curl -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
6259On Windows via [ Scoop] ( https://scoop.sh/ ) :
@@ -65,7 +62,7 @@ On Windows via [Scoop](https://scoop.sh/):
6562scoop install mob
6663```
6764
68- or via [ Chocolatey] ( https://chocolatey.org/ )
65+ or via [ Chocolatey] ( https://chocolatey.org/ ) :
6966
7067``` bash
7168choco install mob
@@ -77,7 +74,7 @@ On Arch Linux via yay:
7774yay -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
9390On 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
9694pkgin install mob
9795
98- # otherwise , for any platform
96+ # Otherwise , for any platform
9997cd pkgsrc/devel/mob && bmake install clean
10098```
10199
0 commit comments