From 3477ce5fe29d2b40320f9900be0f52c6a34d1535 Mon Sep 17 00:00:00 2001 From: Sugavanas Date: Mon, 5 Apr 2021 22:36:30 +0800 Subject: [PATCH] Update README.md Install composer package first before running artisan to set application key. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa2a4db850a6..ddbf730773bf 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Currently the client portal and API are of alpha quality, to get started: git clone https://github.com/invoiceninja/invoiceninja.git git checkout v5-stable cp .env.example .env -php artisan key:generate composer update +php artisan key:generate ``` Please Note: Your APP_KEY in the .env file is used to encrypt data, if you lose this you will not be able to run the application. @@ -91,4 +91,4 @@ To manage our workflow we will be creating separate branches for the client (Flu ## License Invoice Ninja is released under the Attribution Assurance License. -See [LICENSE](LICENSE) for details. \ No newline at end of file +See [LICENSE](LICENSE) for details.