From 1b668294c34f9dd031e357d0235991e7482f774f Mon Sep 17 00:00:00 2001 From: Sam Podlogar Date: Mon, 6 Feb 2017 13:06:54 -0700 Subject: [PATCH] Added a readme file --- readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..0da290c --- /dev/null +++ b/readme.md @@ -0,0 +1,22 @@ +# Attendant + +Is a Laravel Valet GUI. + +## Requirements + +You need to have valet entirly install already. + +## Instalation + +Download the most recent version from the "Releases" page and add it to your Applications folder. + +Then add this path to you $PATHS variable. +``` +/Applications/Attendant.app/Contents/Resources/app +``` + +## Caviat + +Now here is the only issue. When you want to open Attendant you need to open your terminal and type `attendant`. + +That is it! \ No newline at end of file