update readme
This commit is contained in:
parent
98eaf4f56a
commit
683dddb517
1 changed files with 10 additions and 11 deletions
21
README.md
21
README.md
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue