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