update readme

This commit is contained in:
Night Kaly 2024-05-22 11:21:08 +01:00
parent 98eaf4f56a
commit 683dddb517
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

@ -4,17 +4,6 @@ based is a command line tool to help A level students to revise base conversion.
# Preview # Preview
![](https://r2.e-z.host/3c62bb3a-a8a9-43f6-afd6-553646f51dc4/8px2rilw.png) ![](https://r2.e-z.host/3c62bb3a-a8a9-43f6-afd6-553646f51dc4/8px2rilw.png)
# Dependencies
None
# Building
You will need to run these with elevated privilages.
```
$ make
# make install
```
# Usage # Usage
``` ```
Usage: ./based -f [from] -t [to] -n [number] Usage: ./based -f [from] -t [to] -n [number]
@ -29,6 +18,16 @@ Options:
When from base is decimal, the number must be a bigger than 0 and smaller than 256 When from base is decimal, the number must be a bigger than 0 and smaller than 256
``` ```
# Dependencies
None
# Building
You will need to run these with elevated privilages.
```
$ make
# make install
```
# Contributions # Contributions
Contributions are welcomed, feel free to open a pull request. Contributions are welcomed, feel free to open a pull request.