From ff06726f11657c95d9c89f2237a511d70a657b8d Mon Sep 17 00:00:00 2001 From: BanceDev Date: Fri, 6 Sep 2024 15:39:20 -0400 Subject: better readme --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b02f6b6..334f018 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Lunar Shell (lush) is an open source unix shell with a single goal in mind. That ## Compiling/Installation -Clone the repo and run the install script. +Clone the repo and run the install script. This will also automatically set your system shell to Lunar Shell, you will need to log out and back in for the changes to take effect. ``` git clone https://github.com/BanceDev/lush.git @@ -22,7 +22,19 @@ cd lush sh install.sh ``` -For future compiles just run ```make``` from the root directory. If you change the premake5.lua file rebuild the makefiles with ```premake5 gmake```. +To update Lunar Shell pull the repo and run the install script again. + +## Lua Shell Scripting + +
+
+