mirror of
https://github.com/TaKO8Ki/gobang
synced 2024-11-03 15:40:19 +00:00
Add the way to install gobang using homebrew (#68)
* add the way to install gobang using homebrew * fix formula name
This commit is contained in:
parent
d41cef225e
commit
01f3a26bac
15
README.md
15
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
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user