Skip to content

Commit

Permalink
updated instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed May 27, 2012
1 parent 38084e1 commit ef8ffc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
define({
css_path: 'http://thomasdavis.github.com/kalei/css/'
//css_path: 'http://localhost/kalei/css/'
});
2 changes: 1 addition & 1 deletion templates/style/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2>Getting started</h2>
<ol>
<li>Download the repository (git clone git://github.com/thomasdavis/kalei.git)</li>
<li>Serve it on a HTTP server</li>
<li>Edit `js/config.js` to point at your own `styles.css`</li>
<li>Edit `js/config.js` to point at your own `styles.css` or uncomment the line to point at localhost</li>
</ol>
<h2>Author</h2>
<a href="http://thomasdavis.github.com">Thomas Davis</a>
Expand Down

0 comments on commit ef8ffc9

Please sign in to comment.