You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/zen-browser/desktop.git --recurse-submodules under https://docs.zen-browser.app/building > Step 1: Clone the Project, takes a very long time for me, on an M1 Mac with an internet speed of 100Mbps down. git clone https://github.com/zen-browser/desktop.git --recurse-submodules --depth 1 only takes a few seconds
--depth
Create a shallow clone with a history truncated to the specified number of commits. Implies --single-branch unless --no-single-branch is given to fetch the histories near the tips of all branches. If you want to clone submodules shallowly, also pass --shallow-submodules.
The text was updated successfully, but these errors were encountered:
git clone https://github.com/zen-browser/desktop.git --recurse-submodules
under https://docs.zen-browser.app/building > Step 1: Clone the Project, takes a very long time for me, on an M1 Mac with an internet speed of 100Mbps down.git clone https://github.com/zen-browser/desktop.git --recurse-submodules --depth 1
only takes a few secondshttps://git-scm.com/docs/git-clone
The text was updated successfully, but these errors were encountered: