Add the way to install gobang using homebrew (#68)

* add the way to install gobang using homebrew

* fix formula name
pull/70/head
Takayuki Maeda 3 years ago committed by GitHub
parent d41cef225e
commit 01f3a26bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,15 @@ A cross-platform TUI database management tool written in Rust
## Installation
### Cargo
### Homebrew (Linux/macOS)
If youre 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
```

Loading…
Cancel
Save