From d479449ec5af2c3f55b8124f953104686ebafbe3 Mon Sep 17 00:00:00 2001 From: Abhay Kumar Verma <56693429+darkRaspberry@users.noreply.github.com> Date: Mon, 19 Apr 2021 19:58:37 +0530 Subject: [PATCH 1/3] linuxbrew details added --- docs/install_linux.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/install_linux.md b/docs/install_linux.md index d555bf25b..572cc763d 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -103,6 +103,13 @@ Android 7+ users can install via [Termux](https://wiki.termux.com/wiki/Main_Page pkg install gh ``` +### Homebrew(Linuxbrew) + +Linuxbrew user can install it as a [brew package](https://formulae.brew.sh/formula/gh#default): +```bash +brew install gh +``` + ### FreeBSD FreeBSD users can install from the [ports collection](https://www.freshports.org/devel/gh/): From 2872e79a4fd058d5b3ff6ad8ad41ebb31ab19a9a Mon Sep 17 00:00:00 2001 From: Nate Smith Date: Tue, 20 Apr 2021 11:47:17 -0500 Subject: [PATCH 2/3] Update docs/install_linux.md --- docs/install_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_linux.md b/docs/install_linux.md index 572cc763d..6f513441d 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -103,7 +103,7 @@ Android 7+ users can install via [Termux](https://wiki.termux.com/wiki/Main_Page pkg install gh ``` -### Homebrew(Linuxbrew) +### Homebrew (Linuxbrew) Linuxbrew user can install it as a [brew package](https://formulae.brew.sh/formula/gh#default): ```bash From 929b58400315751e8f6bd2d32cb673c47b35e6aa Mon Sep 17 00:00:00 2001 From: Nate Smith Date: Tue, 20 Apr 2021 11:47:22 -0500 Subject: [PATCH 3/3] Update docs/install_linux.md --- docs/install_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_linux.md b/docs/install_linux.md index 6f513441d..479fc4463 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -105,7 +105,7 @@ pkg install gh ### Homebrew (Linuxbrew) -Linuxbrew user can install it as a [brew package](https://formulae.brew.sh/formula/gh#default): +Linuxbrew users can install it as a [brew package](https://formulae.brew.sh/formula/gh#default): ```bash brew install gh ```