1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Merge pull request #8831 from NucleaPeon/v5-develop

Check out only the v5-stable branch
This commit is contained in:
David Bomba 2023-09-26 07:18:56 +10:00 committed by GitHub
commit c9752dc80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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