Skip to content

Commit

Permalink
README code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom committed Jan 29, 2014
1 parent f90ee8b commit d0d28b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit d0d28b6

Please sign in to comment.