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