Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Oct 26, 2023
1 parent 1c91a58 commit 2b92059
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2b92059

Please sign in to comment.