Skip to content

Commit c9a377c

Browse files
committed
Update installation.md
1 parent a4829c3 commit c9a377c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

getting-started/installation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,17 @@ Most angularity projects want to utilise [bower](http://bower.io/). Perform a gl
4646

4747
## Install Angularity
4848

49+
### Stable
50+
4951
Perform a global installation using npm.
5052

5153
npm install -g angularity
5254

53-
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.
5458

55-
npm install -g angularity/node-angularity#<TAG>
59+
npm install -g angularity/node-angularity
5660

5761
## [optional] Angularity Source Code
5862

0 commit comments

Comments
 (0)