Updated README

This commit is contained in:
Aleksandr Lebedev 2026-02-19 14:24:17 +01:00
parent 60b9863f08
commit b5b02da752

View file

@ -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) - Can run one command at a given time (no | , &&, ||, functions, etc)
- ~cd~ builtin command - ~cd~ builtin command
- ~exit~ builtin command - ~exit~ builtin command
- ~CTRL+C~ stops running command
* Build * Build
To build it, you need ~readline~ library. Then use To build it, you need ~readline~ library. Then use
#+begin_src shell #+begin_src shell