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:
commit
c9752dc80b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user