From bb27162a4cad3f502e7b3c0fa35f05aca2189591 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Tue, 2 Mar 2021 18:17:37 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9946598..7eba853 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ A simple shell subsystem written in Python. -# Changelog 0.0.7 -- Install script now clones to /tmp/ -- Install script no longer uses ~/.jaydenmw (now uses ~/.local/bin) -- Shell can now be ran with (./shell) instead of (python3 shell.py) -- Minor enhancements to Install script and shell +# Changelog 0.0.7-hotfix1a +- Fixed shebang (tells linux what interpreter to use) +- Prompt shows system hostname instead of localhost (shell@hostname) +- Minor performance improvements +- Marked shell as executable \ No newline at end of file