From 0e3059f17f4f4e1b100763d51b8c8159f9a49e9a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 11 Oct 2019 07:52:54 +1100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61dc0edb3d..31cc66f5d7 100644 --- a/README.md +++ b/README.md @@ -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