Update 'README.md'

This commit is contained in:
JaydenMW 2021-02-28 21:03:37 +00:00
parent cb26a5f35b
commit 46feb79a58
1 changed files with 5 additions and 2 deletions

View File

@ -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