From 69f485e0bebbe888744ccf5e942d9c9043cddd9f Mon Sep 17 00:00:00 2001 From: benzlokzik <121052717+benzlokzik@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:51:35 +0300 Subject: [PATCH] added usage guide --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 +```