mirror of
https://github.com/TaKO8Ki/gobang
synced 2024-11-11 07:10:31 +00:00
add the way to install gobang on NetBSD
This commit is contained in:
parent
950992df8d
commit
f9e62b1a75
16
README.md
16
README.md
@ -31,20 +31,28 @@ gobang means a Japanese game played on goban, a go board. The appearance of goba
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Homebrew (Linux/macOS)
|
### With Homebrew (Linux/macOS)
|
||||||
|
|
||||||
If you’re using Homebrew or Linuxbrew, install the gobang formula:
|
If you’re using Homebrew or Linuxbrew, install the gobang formula:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ brew install tako8ki/tap/gobang
|
brew install tako8ki/tap/gobang
|
||||||
```
|
```
|
||||||
|
|
||||||
### Cargo (Linux/macOS/Windows)
|
### On NetBSD
|
||||||
|
|
||||||
|
If you're a NetBSD user, then you can install gobang from [pkgsrc](https://pkgsrc.se/databases/gobang):
|
||||||
|
|
||||||
|
```
|
||||||
|
pkgin install gobang
|
||||||
|
```
|
||||||
|
|
||||||
|
### With Cargo (Linux/macOS/Windows)
|
||||||
|
|
||||||
If you already have a Rust environment set up, you can use the `cargo install` command:
|
If you already have a Rust environment set up, you can use the `cargo install` command:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cargo install --version 0.1.0-alpha.5 gobang
|
cargo install --version 0.1.0-alpha.5 gobang
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using a release binary (Linux/macOS/Windows)
|
### Using a release binary (Linux/macOS/Windows)
|
||||||
|
Loading…
Reference in New Issue
Block a user