Skip to content

Commit 2b92059

Browse files
committed
updated readme
1 parent 1c91a58 commit 2b92059

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ Ensure you have the `image` and `serde_derive` crates as dependencies in your pr
1414
### Font Source
1515
The fonts used in this project are sourced from [ianhan/BitmapFonts](https://github.com/ianhan/BitmapFonts/tree/main) repository.
1616

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+
1726
### How to Run
1827

1928
#### Specifying Arguments Directly:

0 commit comments

Comments
 (0)