From 2e136b53105f6e890583a7856b03cecb302c9ce8 Mon Sep 17 00:00:00 2001 From: Lance Borden Date: Tue, 19 Aug 2025 14:55:20 -0400 Subject: update compil instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3-59-g8ed1b