From d74c3512a497e2c1a2b385bbbc6737c5c7a00b07 Mon Sep 17 00:00:00 2001 From: Artur Tamborski Date: Mon, 17 Dec 2018 01:46:12 +0100 Subject: [PATCH] Update readme --- readme.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 32c721f..1b221f9 100644 --- a/readme.md +++ b/readme.md @@ -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 ... -## 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