remove gcc from dependencies
This commit is contained in:
parent
d97eb9306d
commit
255ee08981
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
@ -2,19 +2,21 @@
|
||||||
|
|
||||||
based is a command line tool to help A level students to revise base conversion.
|
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
|
# Dependencies
|
||||||
- gcc
|
|
||||||
|
|
||||||
## Building
|
None
|
||||||
```sh
|
|
||||||
|
# Building
|
||||||
|
|
||||||
|
```
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
# make install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
# Usage
|
||||||
```
|
```
|
||||||
Usage: ./based -f [from] -t [to] -n [number]
|
Usage: ./based -f [from] -t [to] -n [number]
|
||||||
based is a command line tool to help A level students to revise base conversion.
|
based is a command line tool to help A level students to revise base conversion.
|
||||||
|
|
Loading…
Reference in a new issue