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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,18 @@ Perform a global installation using npm.
52
52
53
53
npm install -g angularity
54
54
55
-
### Pre-release
55
+
### or Pre-release
56
56
57
57
You can install from github. However this is considered bleeding edge.
58
58
59
59
npm install -g angularity/node-angularity
60
60
61
+
### Check installation
62
+
63
+
Run the angularity version command to make sure the installation worked.
64
+
65
+
angularity -v
66
+
61
67
## [optional] Angularity Source Code
62
68
63
69
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.
0 commit comments