From 46feb79a585609a9fc99d13418874d43324b6c6d Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sun, 28 Feb 2021 21:03:37 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74d4e69..9946598 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,8 @@ A simple shell subsystem written in Python. -# Changelog 0.0.6a-hotfix1a -- Fixed a bug that prevented the shell from starting. +# 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