forked from w33ble/slim-jade
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated git and directory path in instructions
- Loading branch information
Joe Fleming
committed
Mar 21, 2012
1 parent
6389b0b
commit f6d1247
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Welcome to Slim+Jade | ||
Welcome to Slim-Jade | ||
=== | ||
|
||
What? | ||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|