Skip to content

Commit 3433664

Browse files
committed
Put directions in README
1 parent e596315 commit 3433664

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/bower_components/
12
/api-viewer/bower_components/
23
/api-viewer/node_modules/

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
See this repository in action at: [http://www.nodegit.org/](http://www.nodegit.org/)
1+
`bower install`
2+
`http-server`

bower.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "nodegit.github.com",
3+
"versions": "0.1.0",
4+
"dependencies": {
5+
"combyne": "~0.6.1",
6+
"jquery": "~2.1.1",
7+
"underscore": "~1.7.0"
8+
}
9+
}

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ <h4>Returns:</h4>
232232
</div>
233233
</body>
234234

235-
<script src="api-viewer/bower_components/jquery/dist/jquery.js"></script>
236-
<script src="api-viewer/bower_components/underscore/underscore.js"></script>
237-
<script src="api-viewer/bower_components/combyne/dist/combyne.js"></script>
235+
<script src="bower_components/jquery/dist/jquery.js"></script>
236+
<script src="bower_components/underscore/underscore.js"></script>
237+
<script src="bower_components/combyne/dist/combyne.js"></script>
238238
<script src="scripts/prism.js"></script>
239239
<script src="scripts/api.js"></script>
240240
<script>

0 commit comments

Comments
 (0)