Update readme

This commit is contained in:
Artur Tamborski 2018-12-17 01:46:12 +01:00
parent df27b4f66c
commit d74c3512a4

View File

@ -1,20 +1,29 @@
# psh - poor shell ## psh - poor shell
This is a unix-like shell written in C. 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 ... git clone ...
## How to build it? ### How to build it?
make make
## How to run it?
### How to run it?
make run make run
## How to install it?
### How to install it?
make install make install