From: bochard Date: Wed, 23 Jul 2025 03:54:39 +0000 (+0800) Subject: updated README X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=HEAD;p=AIO-converter.git updated README --- diff --git a/README.md b/README.md index 5fc9e0f..25e0567 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,31 @@ Converts various units of temperature, mass, and currency. Some minor error handling are also applied. ## Screenshots -![screeenshot01.png](/images/screenshot01.png) -![screeenshot02.png](/images/screenshot02.png) -![screeenshot03.png](/images/screenshot03.png) -![screeenshot04.png](/images/screenshot04.png) +![screeenshot01.png](./images/screenshot01.png) +![screeenshot02.png](./images/screenshot02.png) +
+![screeenshot03.png](./images/screenshot03.png) +![screeenshot04.png](./images/screenshot04.png) + +## Installation +Clone the repository +``` +git clone https://codeberg.org/bochard/AIO-converter.git +``` + +## Usage +1. Open the folder +``` +cd path/to/AIO-converter/ +``` +2. Compile +``` +gcc -o main main.c +``` +3. Run +``` +./main +``` +4. be happy. + +---