From 03e9ec9c73eb2c010201f18b7bf210dc6dc22574 Mon Sep 17 00:00:00 2001 From: Josh North Date: Fri, 27 Feb 2015 15:39:53 -0500 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c42a48..5f0236f 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ We track time in this application by punching start and end times on each record ### Setup Instructions: ### 1. Go to your webserver root as a user with write privileges (i.e. /usr/share/nginx/html) 2. Decide what sub-directory you want the app in. I use "timecard" here. -3. Run the following ``` +3. Run the following +``` git clone https://github.com/joshnorth/yaptc.git timecard ``` 4.