Skip to content

Commit 41c1112

Browse files
committed
Update installation.md
1 parent c9a377c commit 41c1112

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

getting-started/installation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,18 @@ Perform a global installation using npm.
5252

5353
npm install -g angularity
5454

55-
### Pre-release
55+
### or Pre-release
5656

5757
You can install from github. However this is considered bleeding edge.
5858

5959
npm install -g angularity/node-angularity
6060

61+
### Check installation
62+
63+
Run the angularity version command to make sure the installation worked.
64+
65+
angularity -v
66+
6167
## [optional] Angularity Source Code
6268

6369
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

Comments
 (0)