From 01512003fee26240e96967d714b4ac7b36ae6a72 Mon Sep 17 00:00:00 2001 From: hellerve Date: Fri, 25 Aug 2017 13:47:10 +0200 Subject: [PATCH] added readme info --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb5d6ca..fe124c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # s -A minimal shell. +A minimal shell. It doesn’t do much, except, you know, executing commands. + +## Installation + +``` +git clone https://github.com/hellerve/s +cd s +make install +``` + +## Usage + +The shell can be entered through typing `s`. It has ephemeral editline +capabilities, and the only builtins are `cd` and `exit`. There’s not +much more to it. + +
+ +Have fun!