update readme

This commit is contained in:
Night Kaly 2024-05-22 11:11:40 +01:00
parent 6cd390a649
commit 120fe74984
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

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