From c989aaad870de4ed9fd483de6a126144d9bdfede Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 7 Feb 2023 20:12:27 +1100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c34b7e21852..6878d59700b0 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ We offer a $30 per year white-label license to remove the Invoice Ninja branding git clone https://github.com/invoiceninja/invoiceninja.git git checkout v5-stable cp .env.example .env -composer update +composer i -o --no-dev php artisan key:generate ```