update readme
This commit is contained in:
parent
6cd390a649
commit
120fe74984
1 changed files with 10 additions and 11 deletions
21
README.md
21
README.md
|
@ -1,5 +1,4 @@
|
||||||
# rush
|
# rush
|
||||||
|
|
||||||
rush is a minimalistic shell for Unix systems written in C.
|
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!
|
* 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)]()
|
[![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)]()
|
[![Invalid command](https://r2.e-z.host/3c62bb3a-a8a9-43f6-afd6-553646f51dc4/xf80dq0b.png)]()
|
||||||
|
|
||||||
# Dependencies
|
|
||||||
|
|
||||||
None
|
|
||||||
|
|
||||||
# Building
|
|
||||||
```
|
|
||||||
$ make
|
|
||||||
# make install
|
|
||||||
```
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
```sh
|
```sh
|
||||||
$ ./rush
|
$ ./rush
|
||||||
|
@ -32,6 +21,16 @@ $ ./rush
|
||||||
# >& to redirect both stdout and stderr
|
# >& to redirect both stdout and stderr
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
None
|
||||||
|
|
||||||
|
# Building
|
||||||
|
You will need to run these with elevated privilages.
|
||||||
|
```
|
||||||
|
$ make
|
||||||
|
# make install
|
||||||
|
```
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
- No dependencies except a compiler
|
- No dependencies except a compiler
|
||||||
- Showing current time and directory with custom color
|
- Showing current time and directory with custom color
|
||||||
|
|
Loading…
Reference in a new issue