Fix Deploy Information

The `git clone` command had the invalid flag `--recursive-submodules` which was a typo of the flag `--recurse-submodules`.
This commit is contained in:
Lizzy Ell 2024-04-09 09:10:21 -05:00 committed by GitHub
parent 118469caa2
commit 376db85cf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ Alu is a beautiful, functional, and sleek web proxy, which focuses on customizat
Deploying Alu is about as simple as it gets, from your terminal, type Deploying Alu is about as simple as it gets, from your terminal, type
`git clone https://github.com/wearrrrr/Alu --recursive-submodules` `git clone https://github.com/wearrrrr/Alu --recurse-submodules`
This command should clone Alu's frontend, as well as [alu-games](https://github.com/wearrrrr/alu-games). If you wish to skip cloning games, then leave out the last flag. This command should clone Alu's frontend, as well as [alu-games](https://github.com/wearrrrr/alu-games). If you wish to skip cloning games, then leave out the last flag.