diff --git a/README.org b/README.org index 8dbfbb8..82df2c3 100644 --- a/README.org +++ b/README.org @@ -5,6 +5,7 @@ Simple shell for Unix-like systems written in C, that has a funny name (for germ - Can run one command at a given time (no | , &&, ||, functions, etc) - ~cd~ builtin command - ~exit~ builtin command +- ~CTRL+C~ stops running command * Build To build it, you need ~readline~ library. Then use #+begin_src shell