From 0be60b5039cecd5eb206632751d8852bf73077a1 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Fri, 9 Jul 2021 10:43:53 +0900 Subject: [PATCH] update README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index da3d8c9..48ae6ea 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # gobang +gobang is currently in alpha + A cross-platform terminal database tool written in Rust [![github workflow status](https://img.shields.io/github/workflow/status/TaKO8Ki/gobang/CI/main)](https://github.com/TaKO8Ki/gobang/actions) [![crates](https://img.shields.io/crates/v/gobang.svg?logo=rust)](https://crates.io/crates/gobang) @@ -15,3 +17,14 @@ A cross-platform terminal database tool written in Rust - Cross-platform support (macOS, Windows, Linux) - Multiple Database support (MySQL PostgreSQL, SQLite) - Intuitive keyboard only control + +## Installation + +### Cargo + +If you already have a Rust environment set up, you can use the `cargo install` command: + +``` +$ cargo install --version 0.1.0-alpha.0 gobang +``` +