diff options
| author | 2025-08-19 14:55:20 -0400 | |
|---|---|---|
| committer | 2025-08-19 14:55:20 -0400 | |
| commit | 2e136b53105f6e890583a7856b03cecb302c9ce8 (patch) | |
| tree | 3f156531182e5fee72bce9a0464f0ec7f517f23c /README.md | |
| parent | Merge pull request #6 from ItsMeForLua/my-feature-branch (diff) | |
update compil instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |
