From 9527d896fea6f8c2912a5d96cc141d8c4bfc2059 Mon Sep 17 00:00:00 2001 From: Matt Stauffer Date: Wed, 17 Aug 2016 10:32:49 -0400 Subject: [PATCH] Update readme --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 819dcad0..47d5df08 100644 --- a/readme.md +++ b/readme.md @@ -37,7 +37,8 @@ This will `laravel new superApplication`, change into that directory, make an in - `cd $PROJECTNAME` - Initialize a git repo, add all of the files, and make a commit with the text "Initial commit." - Replace the `.env` database credentials with the default Mac MySQL credentials: database of `$PROJECTNAME`, user `root`, and empty password -- Open `$PROJECTNAME.dev` in your browser +- Replace the `.env` `APP_RUL` with `$PROJECTNAME.$YOURVALETLTD` +- Open `$PROJECTNAME.$YOURVALETTLD` in your browser ### Optional Arguments