From 2b92059195ab218e912cfbd668320458883a13ff Mon Sep 17 00:00:00 2001 From: Anatolij Vasilev Date: Thu, 26 Oct 2023 20:50:36 +0200 Subject: [PATCH] updated readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4472356..4ba979d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ Ensure you have the `image` and `serde_derive` crates as dependencies in your pr ### Font Source The fonts used in this project are sourced from [ianhan/BitmapFonts](https://github.com/ianhan/BitmapFonts/tree/main) repository. + +### Installation +Make sure you have [Rust](https://www.rust-lang.org/tools/install) installed on your system. +Then, run the following command to install the tool: +```bash +cargo install bitmap_type_tracer --locked +``` + + ### How to Run #### Specifying Arguments Directly: