Update readme
This commit is contained in:
parent
df27b4f66c
commit
d74c3512a4
19
readme.md
19
readme.md
@ -1,20 +1,29 @@
|
||||
# psh - poor shell
|
||||
## psh - poor shell
|
||||
|
||||
This is a unix-like shell written in C.
|
||||
|
||||
## How to download it?
|
||||
|
||||
## Features
|
||||
- internal commands
|
||||
- easily extensible to more commands...
|
||||
- fast!
|
||||
|
||||
|
||||
### How to get it?
|
||||
|
||||
git clone ...
|
||||
|
||||
|
||||
## How to build it?
|
||||
### How to build it?
|
||||
|
||||
make
|
||||
|
||||
## How to run it?
|
||||
|
||||
### How to run it?
|
||||
|
||||
make run
|
||||
|
||||
## How to install it?
|
||||
|
||||
### How to install it?
|
||||
|
||||
make install
|
||||
|
Loading…
Reference in New Issue
Block a user