aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-02 23:10:48 -0400
committerGravatar BanceDev 2024-09-02 23:10:48 -0400
commit4375a8eea7b7fdd8405c4c9a749e03b858e9ea2d (patch)
tree72b0e89a5551c47724ff28005ae5336dda454cd7 /README.md
parentadded basic lua scripting (diff)
searches .lush/scripts for lua files
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 96ba0c8..ea1813a 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
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.
-## Compiling
+## Compiling/Installation
Clone the repo and run the install script.
@@ -20,10 +20,6 @@ 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```.
-## Releases
-
-Binary builds are available from [releases](https://github.com/BanceDev/lush/releases).
-
## Contributing
- For bug reports and feature suggestions please use [issues](https://github.com/BanceDev/lush/issues).