aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Lance Borden 2025-08-19 14:55:20 -0400
committerGravatar Lance Borden 2025-08-19 14:55:20 -0400
commit2e136b53105f6e890583a7856b03cecb302c9ce8 (patch)
tree3f156531182e5fee72bce9a0464f0ec7f517f23c /README.md
parentMerge pull request #6 from ItsMeForLua/my-feature-branch (diff)
update compil instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35b1db1..d97bd4f 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ There is a deb package in [releases](https://github.com/BanceDev/lush/releases)
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.
```
-git clone https://github.com/BanceDev/lush.git
+git clone --recursive https://github.com/BanceDev/lush.git
cd lush
sh install.sh
```