Skip to content

Commit 55c9e90

Browse files
schmonzgregorriegler
authored andcommitted
Mention pkgsrc and some of its platforms.
1 parent 6e1ad2a commit 55c9e90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ On [Nix](http://nixos.org) through declarative installation
8989
}
9090
```
9191

92+
On NetBSD, macOS, SmartOS, Linux, FreeBSD, OpenBSD, and more, via [pkgsrc](https://pkgsrc.org):
93+
```bash
94+
# if there's a binary package for your platform
95+
pkgin install mob
96+
97+
# otherwise, for any platform
98+
cd pkgsrc/devel/mob && bmake install clean
99+
```
100+
92101
On Ubuntu there's an EXPERIMENTAL [snap](https://snapcraft.io/mob-sh) package with a known limitation (ssh-agent not working):
93102

94103
```bash

0 commit comments

Comments
 (0)