TaKO8Ki / gobang

A cross-platform TUI database management tool written in Rust
MIT License
2.89k stars 90 forks source link

Upload gobang to Some package management systems #98

Open TaKO8Ki opened 3 years ago

TaKO8Ki commented 3 years ago
TaKO8Ki commented 3 years ago

https://github.com/TaKO8Ki/gobang/issues/97

yushoyamaguchi commented 1 year ago

@TaKO8Ki In Ubuntu Is it not good to put binary execute file (not ZIP) generated by compiling for static linking in releases ?

If so, we can install by the following commands

sudo curl -Lo /usr/bin/gobang  https://github.com/TaKO8Ki/gobang/releases/XXXX
sudo chmod +x /usr/bin/gobang