We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4829c3 commit c9a377cCopy full SHA for c9a377c
getting-started/installation.md
@@ -46,13 +46,17 @@ Most angularity projects want to utilise [bower](http://bower.io/). Perform a gl
46
47
## Install Angularity
48
49
+### Stable
50
+
51
Perform a global installation using npm.
52
53
npm install -g angularity
54
-If you wish to install a particular release of angularity, you can install from github instead of the npm registry.
55
+### Pre-release
56
57
+You can install from github. However this is considered bleeding edge.
58
- npm install -g angularity/node-angularity#<TAG>
59
+ npm install -g angularity/node-angularity
60
61
## [optional] Angularity Source Code
62
0 commit comments