Check out only the v5-stable branch to avoid downloading additional ~300Mb+ of data

This commit is contained in:
Daniel Kettle 2023-09-25 13:49:06 -06:00
parent 4da64ca77f
commit cd67f5730c

View File

@ -50,8 +50,7 @@ We offer a $30 per year white-label license to remove the Invoice Ninja branding
## Quick Hosting Setup ## Quick Hosting Setup
```sh ```sh
git clone https://github.com/invoiceninja/invoiceninja.git git clone --single-branch --branch v5-stable https://github.com/invoiceninja/invoiceninja.git
git checkout v5-stable
cp .env.example .env cp .env.example .env
composer i -o --no-dev composer i -o --no-dev
php artisan key:generate php artisan key:generate