Skip to content

Commit e2ec93f

Browse files
graingertapparentlymart
authored andcommitted
README: Remove contextify installation steps
We no longer require contextify as a separate package.
1 parent f96cf96 commit e2ec93f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,9 @@ Unfortunately there are a couple of hurdles to jump before this module can be us
2727
The first hurdle, that applies to all users, is getting hold of a copy of AngularJS. The stock
2828
build from the website should work fine. The author tested this module primarily with version 1.2.0.
2929

30-
The second hurdle is that this module uses the node module `contextify` to
31-
provide a separated context in which to instantiate AngularJS. This module contains some native
32-
code and so it can only be installed on systems that have a compiler available. Mac OS users will
33-
therefore need XCode installed, Linux users will need `gcc` available, while Windows users might
34-
want to check out
35-
[the Windows Installation Guide for `contextify`](https://github.com/brianmcd/contextify/wiki/Windows-Installation-Guide).
36-
3730
## Installation
3831

39-
Installation is straightforward aside from the `contextify` hurdle mentioned above. Try:
32+
Try:
4033

4134
```
4235
npm install angularcontext

0 commit comments

Comments
 (0)