diff --git a/README.md b/README.md index 19baa75..c4cfbaf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This Rust library provides a telemetry client for the [F1® 23](https://store.steampowered.com/app/2108330/F1_23/) game. It allows developers to access and interpret telemetry data generated by the [F1® 23](https://store.steampowered.com/app/2108330/F1_23/) game during races. The library is designed to be modular, with distinct modules handling different aspects of the telemetry data. -## Usage Example +## Example ```rust use f1_telemetry_client::F1TelemetryClient; @@ -81,6 +81,14 @@ fn main() { } ``` +## How to Build + +```console +git clone https://github.com/xorz57/f1-telemetry-client.git +cd f1-telemetry-client +cargo build --release +``` + ## Contact For questions, suggestions, or feedback, feel free to contact us: