diff --git a/README.md b/README.md index 82a8302..355dac2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # rush - rush is a minimalistic shell for Unix systems written in C. * Disclaimer: This project is for me to learn to write Unix syscalls, code might be inefficient, feel free to point out the mistakes and open a issue for that! @@ -8,16 +7,6 @@ rush is a minimalistic shell for Unix systems written in C. [![Valid command](https://r2.e-z.host/3c62bb3a-a8a9-43f6-afd6-553646f51dc4/aqnpvvud.png)]() [![Invalid command](https://r2.e-z.host/3c62bb3a-a8a9-43f6-afd6-553646f51dc4/xf80dq0b.png)]() -# Dependencies - -None - -# Building -``` -$ make -# make install -``` - # Usage ```sh $ ./rush @@ -32,6 +21,16 @@ $ ./rush # >& to redirect both stdout and stderr ``` +# Dependencies +None + +# Building +You will need to run these with elevated privilages. +``` +$ make +# make install +``` + # Features - No dependencies except a compiler - Showing current time and directory with custom color