From 72ac426ce8aa45133219278e345d74c13b9d6ef7 Mon Sep 17 00:00:00 2001 From: nightly Date: Thu, 22 Sep 2022 11:07:44 +0200 Subject: [PATCH] Add instructions for how to do it --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d229daa..104dcec 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# a \ No newline at end of file +# MangoNotes + +### Laravel test app + +## Instructions (Linux) + +First install git, php and composer via your package manager, and run the following commands: + +``` +git clone https://tea.nightly.town/Mangoberry/MangoNotes.git +cd MangoNotes/ +composer install +cp .env.example .env +php artisan key:generate +php artisan serve +``` \ No newline at end of file