From 01f3a26bac8090768df25ce0be018e46df13aab0 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:01:18 +0900 Subject: [PATCH] Add the way to install gobang using homebrew (#68) * add the way to install gobang using homebrew * fix formula name --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e56bff8..aa5b649 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,15 @@ A cross-platform TUI database management tool written in Rust ## Installation -### Cargo +### Homebrew (Linux/macOS) + +If you’re using Homebrew or Linuxbrew, install the gobang formula: + +``` +$ brew install tako8ki/tap/gobang +``` + +### Cargo (Linux/macOS/Windows) If you already have a Rust environment set up, you can use the `cargo install` command: @@ -35,6 +43,11 @@ If you already have a Rust environment set up, you can use the `cargo install` c $ cargo install --version 0.1.0-alpha.2 gobang ``` +### Using a release binary (Linux/macOS/Windows) + +- Download the [latest release binary](https://github.com/TaKO8Ki/gobang/releases) for your system +- Set the `PATH` environment variable + ## Usage ```