File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ build status] ( https://secure.travis-ci.org/libgit2/node-gitteh.png )] ( http://travis-ci.org/libgit2/node-gitteh )
4
4
5
- ## Gitteh needs a new daddy (or mommy): See [ Issue #68 ] ( https://github.com/libgit2/node-gitteh/issues/68 ) .
6
-
7
5
## Installation
8
6
9
- Gitteh requires ` node 0.8 ` , ` CMake 2.6 ` and ` gcc ` . Installation via NPM:
7
+ Gitteh requires ` node 0.8 or 0.10 ` , ` CMake 2.6 ` and ` gcc ` . Installation via NPM:
10
8
11
9
npm install gitteh
12
10
@@ -36,19 +34,9 @@ Contributions are very welcome. Please feel free to fork this project and hack o
36
34
37
35
### Building
38
36
39
- In order to build Gitteh, you first need to install coffee-script.
40
- [ Coffee-script] ( http://coffeescript.org/ ) is not needed to use the library, only to
41
- work with the source.
42
-
43
- npm install -g coffee-script
44
-
45
- Next, you need to install gitteh's dependencies. In gitteh's root directory, run:
46
-
47
- npm install
48
-
49
- Lastly, you need to compile and build gitteh
50
-
51
- cake build
52
-
53
- It should generate ` lib/gitteh.js ` for you to use. Happy hacking!
37
+ ```
38
+ git clone https://github.com/libgit2/node-gitteh
39
+ cd node-gitteh && npm install
40
+ ```
54
41
42
+ Happy hacking!
You can’t perform that action at this time.
0 commit comments