Skip to content

Commit 6c2ed97

Browse files
committed
removed comment about NODE_PATH
1 parent de70000 commit 6c2ed97

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ $ npm install
3939
$ npm install -g testacular coffee-script grunt
4040
```
4141

42-
If you haven't already done so, create the NODE_PATH environment variable so that the global libs are picked up by grunt:
43-
44-
```bash
45-
$ echo "export NODE_PATH=/usr/local/lib/node_modules" >> ~/.bash_profile
46-
$ source ~/.bash_profile
47-
```
48-
4942
### Build Files & Run Tests
5043

5144
Before you commit, always run `grunt` to build and test everything once.
@@ -75,4 +68,4 @@ For core team: if you wish to publish a new version follow these steps:
7568
2. Build and test
7669
3. Commit the updated `package.json` and `build/` folder on their own commit
7770
4. Tag the commit: `git tag v[maj].[min].[patch]`
78-
5. Push the tag: `git push [angular-ui] master --tags`
71+
5. Push the tag: `git push [angular-ui] master --tags`

0 commit comments

Comments
 (0)