Skip to content

Commit

Permalink
updated git and directory path in instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Fleming committed Mar 21, 2012
1 parent 6389b0b commit f6d1247
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Welcome to Slim+Jade
Welcome to Slim-Jade
===

What?
Expand All @@ -16,8 +16,8 @@ I prefer to use Node and Express, but needed to bang out something quick and I'm
How?
---

1. git clone ...
2. cd slimjade/vendor
1. git clone [email protected]:w33ble/slim-jade.git
2. cd slim-jade/vendor
3. git clone https://github.com/everzet/jade.php.git
4. git clone https://github.com/codeguy/Slim.git

Expand Down
6 changes: 3 additions & 3 deletions views/welcome.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html
script(src="/js/less.min.js", type="text/javascript")
title Slim driven by jade.php
body
h1 Welcome to Slim+Jade
h1 Welcome to Slim-Jade

h2 What?
p This is a boilerplate. It's the
Expand All @@ -24,8 +24,8 @@ html
h2 How?

ol
li git clone ...
li cd slimjade/vendor
li git clone [email protected]:w33ble/slim-jade.git
li cd slim-jade/vendor
li git clone https://github.com/everzet/jade.php.git
li git clone https://github.com/codeguy/Slim.git

Expand Down

0 comments on commit f6d1247

Please sign in to comment.