You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/installation.md
+13-57Lines changed: 13 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,76 +38,32 @@ On windows you may have some difficulty and should follow the troubleshooting
38
38
Be aware however that npm 2 has [**breaking changes**](http://blog.npmjs.org/post/98131109725/npm-2-0-0) for existing
39
39
projects.
40
40
41
-
## Installation
41
+
## Install Bower
42
42
43
-
You will need to install bower, and update npm.
43
+
Most angularity projects want to utilise [bower](http://bower.io/). Perform a global installation using npm.
44
44
45
45
npm install -g bower
46
-
npm install -g npm
47
-
48
-
Next, we will install angularity.
49
-
Decide whether you wish to use the last stable release,
50
-
the latest commit,
51
-
and if you wish to contribute to the project,
52
-
and follow the appropriate set of instructions below.
53
46
54
-
### Stable
47
+
##Install Angularity
55
48
56
-
The default installation is fairly straightforward.
57
-
Installing `npm` simply updates it,
58
-
and Angularity expects bower to be available globally.
49
+
Perform a global installation using npm.
59
50
60
51
npm install -g angularity
61
52
62
-
If you wish to install a particular release of angularity,
63
-
you can install from github instead of the npm registry, like so:
53
+
If you wish to install a particular release of angularity, you can install from github instead of the npm registry.
64
54
65
-
npm install -g angularity/node-angularity#0.0.18
55
+
npm install -g angularity/node-angularity#<TAG>
66
56
67
-
(replace `0.0.18` with the tag you wish to use)
57
+
## [optional] Angularity Source Code
68
58
69
-
### Latest
59
+
If you wish to develop or contribute to the Angularity project you will need to [fork the project]([https://github.com/angularity/node-angularity/fork](https://github.com/angularity/node-angularity/fork) on github.
70
60
71
-
For those who wish to live on the bleeding edge,
72
-
you will need to symlink the global npm package to
73
-
somewhere.
61
+
Get local a working copy of your fork.
74
62
75
-
Assuming `CODE` is a folder where you place your code checkouts,
Be sure to keep your fork in sync with the main repository
111
-
before you start working on any patch.
112
-
This [how to on Github](https://help.github.com/articles/syncing-a-fork/)
113
-
is most helpful.
69
+
Be sure to keep your fork in sync with the main repository before you start working on any patch. This [how to on Github](https://help.github.com/articles/syncing-a-fork/) is most helpful.
0 commit comments