Update README.md

This commit is contained in:
David Bomba 2019-10-11 07:52:54 +11:00 committed by GitHub
parent 3fc4efd5cb
commit 0e3059f17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ Curently the client portal and API are of alpha quality, to get started:
```bash
git clone https://github.com/invoiceninja/invoiceninja.git
git checkout v2
cp .env.example .env
composer update
npm i
npm run production