From 91f1554dcbd56646755b0601e50f8e62c7f870a8 Mon Sep 17 00:00:00 2001 From: Dylan Turner Date: Tue, 7 Jun 2022 09:47:59 -0500 Subject: [PATCH] Updated readme to include non-Linux *nix systems --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d1af3e..eb40a18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,7 +280,7 @@ dependencies = [ [[package]] name = "tetris-cli" -version = "22.66.1" +version = "22.67.2" dependencies = [ "big_num", "confy", diff --git a/Cargo.toml b/Cargo.toml index a1dbb7b..08f97f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tetris-cli" -version = "22.67.1" +version = "22.67.2" edition = "2021" description = "A tetris clone for your terminal." license = "GPL-3.0" diff --git a/README.md b/README.md index 984ea07..32cdff9 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ Also available for Arch on the AUR as [tetris-cli-git](https://aur.archlinux.org ## Build dependencies -You should just need the [Rust programming language](https://www.rust-lang.org/tools/install) installed and a Linux machine (Windows cmd is bad when it comes to terminal graphics). +You should just need the [Rust programming language](https://www.rust-lang.org/tools/install) installed and a \*nix machine (Windows cmd is bad when it comes to terminal graphics).