Skip to content

Commit

Permalink
added usage guide
Browse files Browse the repository at this point in the history
  • Loading branch information
benzlokzik committed Nov 3, 2023
1 parent 1ae80d0 commit 69f485e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
> 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
```

0 comments on commit 69f485e

Please sign in to comment.