aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-11 10:08:57 -0400
committerGravatar BanceDev 2024-09-11 10:08:57 -0400
commit10910fd4487af6b21d847e6be1d0fd4794cb7644 (patch)
tree48d75fff1bbd5bd6b7a3ec6a24274dec555962a9 /README.md
parentfixed off-by-one error with prompt wrapping (diff)
updated readme with visuals
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3bef2e8..02d84db 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,10 @@ To update Lunar Shell pull the repo and run the install script again.
## Lua Shell Scripting
+<p align="center">
+ <img width="512" height=auto src="https://github.com/BanceDev/lush/blob/main/lua_scripting.gif">
+</p>
+
```lua
-- example lua script to compile a C file
if args ~= nil and args[1] ~= nil then