Fixed README
This commit is contained in:
parent
b7c8dda628
commit
f60aef2263
1 changed files with 5 additions and 3 deletions
|
@ -10,12 +10,14 @@
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
**unicon** is a command-line unit conversion tool that allows you to easily
|
**unicon** is a command-line unit conversion tool that allows you to easily
|
||||||
convert values between various units such as temperature, length, time, mass,
|
convert values between various units such as temperature, length, time, mass,
|
||||||
and digital storage. This tool is designed to be user-friendly and flexible,
|
and digital storage. This tool is designed to be user-friendly and flexible,
|
||||||
allowing you to convert units with precision.
|
allowing you to convert units with precision.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Convert between a wide range of unit types including temperature, length,
|
- Convert between a wide range of unit types including temperature, length,
|
||||||
time, mass, and digital storage.
|
time, mass, and digital storage.
|
||||||
- Easily specify the number of decimal places for rounding the result.
|
- Easily specify the number of decimal places for rounding the result.
|
||||||
|
@ -25,9 +27,9 @@ allowing you to convert units with precision.
|
||||||
This tool is provided as source code and can be built using `make`. By just
|
This tool is provided as source code and can be built using `make`. By just
|
||||||
typing make in the terminal within the code's directory:
|
typing make in the terminal within the code's directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
You should now have an executable named `unicon`. You can copy it to a location
|
You should now have an executable named `unicon`. You can copy it to a location
|
||||||
in your PATH for easy access.
|
in your PATH for easy access.
|
||||||
|
|
Loading…
Reference in a new issue