Skip to content

Commit

Permalink
Merge pull request #395 from dkbnz/patch-1
Browse files Browse the repository at this point in the history
Fix uninstall instructions
  • Loading branch information
simonharrer authored Jul 18, 2023
2 parents 6b2ca6e + a0ee7c7 commit a6ff68f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,22 @@ For your name to show up in the room at timer.mob.sh you must set a timer value
Mob can simply be uninstalled by removing the installed binary (at least if it was installed via the http://install.mob.sh script).

### Linux
rm /usr/local/bin/mob

```bash
rm /usr/local/bin/mob
```

### Windows (Git Bash)
rm ~/bin/mob.exe

```bash
rm ~/bin/mob.exe
```

### MacOS
brew uninstall remotemobprogramming/brew/mob

```bash
brew uninstall remotemobprogramming/brew/mob
```

## How to contribute

Expand Down

0 comments on commit a6ff68f

Please sign in to comment.