added readme info

This commit is contained in:
2017-08-25 13:47:10 +02:00
parent fd44eaed3f
commit 01512003fe

View File

@@ -1,3 +1,21 @@
# s
A minimal shell.
A minimal shell. It doesnt 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`. Theres not
much more to it.
<hr/>
Have fun!