diff --git a/README.md b/README.md index 4a2c5b4..0edd880 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,14 @@ Simple http Fahrenheit to Celsius converter using [actix-web](https://actix.rs/) --- > [!WARNING]\ -> This is a toy project, not yet finished. It's not recommended to use it in production. \ No newline at end of file +> This is a toy project, not yet finished. It's not recommended to use it in production. + + +## Usage + +```bash +git clone https://github.com/benzlokzik/fahrenheit-celsius-converter/ +cd fahrenheit-celsius-converter +cargo build +cargo run +```