We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c91a58 commit 2b92059Copy full SHA for 2b92059
1 file changed
README.md
@@ -14,6 +14,15 @@ Ensure you have the `image` and `serde_derive` crates as dependencies in your pr
14
### Font Source
15
The fonts used in this project are sourced from [ianhan/BitmapFonts](https://github.com/ianhan/BitmapFonts/tree/main) repository.
16
17
+
18
+### Installation
19
+Make sure you have [Rust](https://www.rust-lang.org/tools/install) installed on your system.
20
+Then, run the following command to install the tool:
21
+```bash
22
+cargo install bitmap_type_tracer --locked
23
+```
24
25
26
### How to Run
27
28
#### Specifying Arguments Directly:
0 commit comments