fixed minor issue on 'How to build Zen' steps

This commit is contained in:
Jafeth Garro 2024-08-23 15:24:15 -06:00
parent e1bf2327c8
commit d0780ae52c
2 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ We've took the time to make building Zen Browser as easy as possible, independen
1. Clone the repository
```bash
git clone https://github.com/zen-browser/desktop.git
git clone https://github.com/zen-browser/desktop.git --recurse-submodules
cd desktop
```