From 376db85cf7f8d6c5dbc1ecda8708ef063f810225 Mon Sep 17 00:00:00 2001 From: Lizzy Ell Date: Tue, 9 Apr 2024 09:10:21 -0500 Subject: [PATCH] Fix Deploy Information The `git clone` command had the invalid flag `--recursive-submodules` which was a typo of the flag `--recurse-submodules`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8973680..e42b289 100644 --- a/README.md +++ b/README.md @@ -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 -`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.