remove gcc from dependencies

This commit is contained in:
Night Kaly 2024-05-22 10:54:30 +01:00
parent d97eb9306d
commit 255ee08981
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

@ -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.