]> git repositories - AIO-converter.git/commitdiff
updated README main
authorbochard <mail@bochard.net>
Wed, 23 Jul 2025 03:54:39 +0000 (11:54 +0800)
committerbochard <mail@bochard.net>
Wed, 23 Jul 2025 03:57:36 +0000 (11:57 +0800)
README.md

index 5fc9e0f38c76cc8223abf55348dafff823778760..25e0567d86d6fd1c070db89e7234a4109f7d9b7b 100644 (file)
--- 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
 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)
+<br>
+![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.
+
+---