Skip to content

Commit 25e156a

Browse files
committed
Merge branch 'refactor' of https://github.com/deepak1556/node-gitteh into refactor
2 parents 04f5e97 + c1117a9 commit 25e156a

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

README.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
[![build status](https://secure.travis-ci.org/libgit2/node-gitteh.png)](http://travis-ci.org/libgit2/node-gitteh)
44

5-
## Gitteh needs a new daddy (or mommy): See [Issue #68](https://github.com/libgit2/node-gitteh/issues/68).
6-
75
## Installation
86

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:
108

119
npm install gitteh
1210

@@ -36,19 +34,9 @@ Contributions are very welcome. Please feel free to fork this project and hack o
3634

3735
### Building
3836

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+
```
5441

42+
Happy hacking!

0 commit comments

Comments
 (0)