Skip to content

Commit 1fb5422

Browse files
authored
Document installation instructions for FreeBSD
1 parent f415245 commit 1fb5422

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/install_linux.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Installing gh on Linux
1+
# Installing gh on Linux and FreeBSD
22

33
Packages downloaded from https://cli.github.com or from https://github.com/cli/cli/releases
44
are considered official binaries. We focus on popular Linux distros and
@@ -101,6 +101,20 @@ Android 7+ users can install via [Termux](https://wiki.termux.com/wiki/Main_Page
101101
pkg install gh
102102
```
103103

104+
### FreeBSD
105+
106+
FreeBSD users can install from the [ports collection](https://www.freshports.org/devel/gh/):
107+
108+
```bash
109+
cd /usr/ports/devel/gh/ && make install clean
110+
```
111+
112+
Or via [pkg(8)](https://www.freebsd.org/cgi/man.cgi?pkg(8)):
113+
114+
```bash
115+
pkg install gh
116+
```
117+
104118
### Gentoo
105119

106120
Gentoo Linux users can install from the [main portage tree](https://packages.gentoo.org/packages/dev-util/github-cli):

0 commit comments

Comments
 (0)