90s

Minimalist, customizable shell written in C99 with syntax highlighting
git clone https://codeberg.org/night0721/90s
Log | Files | Refs | README | LICENSE

commit 120fe74984f0806889310c9867aa19f44d8ce84a
parent 6cd390a6498b029b302b46d043df0d3aa1c66e30
Author: night0721 <[email protected]>
Date:   Wed, 22 May 2024 11:11:40 +0100

update readme

Diffstat:
MREADME.md | 21++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)

diff --git 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