From 4abf2c5ac131e08fb1d3583eb318fd52443056ca Mon Sep 17 00:00:00 2001 From: divinity76 Date: Sun, 14 Jan 2024 03:23:54 +0100 Subject: [PATCH] do a shallow clone makes cloning significantly faster, and reduce the folder size from ~890MB to ~850MB developers who actually want a full history will ofc know to remove --depth themselves. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a8661c6..c38317931 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ INSTALLATION You can then install this project using the following command from directory (e.g. `oscommerce`): ~~~ -git clone https://github.com/osCommerce/osCommerce-V4.git ./ +git clone https://github.com/osCommerce/osCommerce-V4.git ./ --depth 1 ~~~ Make sure your web user has write permissions to the following directories: