From d0d28b65422125a60b7e2e66ca1fec233b521a97 Mon Sep 17 00:00:00 2001 From: Scott Ransom Date: Wed, 29 Jan 2014 16:37:13 -0500 Subject: [PATCH] README code fixes --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2ca186b29..cbc2f669a 100644 --- a/README.md +++ b/README.md @@ -104,12 +104,12 @@ can be browsed or gotten from here in many different ways (including zipped or tar'd or via git). If you are too lazy to read how to get it but have git on your system do: -> git clone git://github.com/scottransom/presto.git + git clone git://github.com/scottransom/presto.git To update it on a regular basis do -> cd $PRESTO -> git pull + cd $PRESTO + git pull and then re-make things in $PRESTO/src. @@ -121,10 +121,10 @@ the "Download Source" link on the github page. If you want the "classic" branch, do the following: -> git clone git://github.com/scottransom/presto.git -> cd presto -> git remote add classic origin/classic -> git checkout -b classic origin/classic + git clone git://github.com/scottransom/presto.git + cd presto + git remote add classic origin/classic + git checkout -b classic origin/classic then build as per the (old) INSTALL file.