Update 'README.md'

This commit is contained in:
JaydenMW 2021-03-02 18:17:37 +00:00
parent 216b553ce7
commit bb27162a4c
1 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
A simple shell subsystem written in Python. A simple shell subsystem written in Python.
# Changelog 0.0.7 # Changelog 0.0.7-hotfix1a
- Install script now clones to /tmp/ - Fixed shebang (tells linux what interpreter to use)
- Install script no longer uses ~/.jaydenmw (now uses ~/.local/bin) - Prompt shows system hostname instead of localhost (shell@hostname)
- Shell can now be ran with (./shell) instead of (python3 shell.py) - Minor performance improvements
- Minor enhancements to Install script and shell - Marked shell as executable