From cd67f5730c9a88f337bab31a24c39ceff5e61574 Mon Sep 17 00:00:00 2001 From: Daniel Kettle Date: Mon, 25 Sep 2023 13:49:06 -0600 Subject: [PATCH] Check out only the v5-stable branch to avoid downloading additional ~300Mb+ of data --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index da39ee2c2d..144a617e86 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,7 @@ We offer a $30 per year white-label license to remove the Invoice Ninja branding ## Quick Hosting Setup ```sh -git clone https://github.com/invoiceninja/invoiceninja.git -git checkout v5-stable +git clone --single-branch --branch v5-stable https://github.com/invoiceninja/invoiceninja.git cp .env.example .env composer i -o --no-dev php artisan key:generate