Skip to content

Commit

Permalink
Use markdown for README
Browse files Browse the repository at this point in the history
  • Loading branch information
notnoop committed Aug 14, 2010
1 parent 8500c0e commit ab3d225
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README → README.md
Expand Up @@ -2,18 +2,22 @@ Install Java, Simple Build Tool, and Git

Clone this repository with:

git clone git://github.com/lift/lift_sbt_prototype.git
git clone git://github.com/lift/lift_sbt_prototype.git

Then cd into lift_sbt_prototype and type:
sbt

sbt

At the sbt prompt, type:
update

update

Then:
jetty-run

jetty-run

Point your browser to:
http://localhost:8080/

http://localhost:8080/

Voila a running Lift app

0 comments on commit ab3d225

Please sign in to comment.