From 683dddb517ca0e89b387d492b1196bda4c02303c Mon Sep 17 00:00:00 2001 From: night0721 Date: Wed, 22 May 2024 11:21:08 +0100 Subject: [PATCH] update readme --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c3ec217..8e59f49 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,6 @@ based is a command line tool to help A level students to revise base conversion. # Preview ![](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: ./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 ``` +# Dependencies +None + +# Building +You will need to run these with elevated privilages. +``` +$ make +# make install +``` + # Contributions Contributions are welcomed, feel free to open a pull request.