File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1- # Installing gh on Linux
1+ # Installing gh on Linux and FreeBSD
22
33Packages downloaded from https://cli.github.com or from https://github.com/cli/cli/releases
44are 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
101101pkg 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
106120Gentoo Linux users can install from the [ main portage tree] ( https://packages.gentoo.org/packages/dev-util/github-cli ) :
You can’t perform that action at this time.
0 commit comments