From 0539674ed37f8ae7fa71762327a39f79417d5e33 Mon Sep 17 00:00:00 2001 From: Lance Borden Date: Wed, 25 Sep 2024 13:34:26 -0400 Subject: Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a6d4689..2c04d86 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ Lunar Shell (lush) is an open source unix shell with a single goal in mind. That goal is to offer the ability to write shell scripts for your operating system entirely in Lua. The Lua scripting language has many powerful features that allow for more control in the hands of the user to automate tasks on their machine. +> [!NOTE] +> Lunar Shell is very early in development and may be lacking in many features common of other Linux shells. + ## Compiling/Installation Clone the repo and run the install script to get the development version. If you want the most recent stable version download the source code zip from the most recent [release](https://github.com/BanceDev/lush/releases). Extract it 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. -- cgit v1.2.3-59-g8ed1b