Skip to content

Commit e292f80

Browse files
committed
update readme
1 parent 3eab9a2 commit e292f80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,11 @@ If you want just the A* search code (not the demo visualization), use code like
4848
// resultWithWeight is an array containing the shortest path taking into account the weight of a node
4949
</script>
5050

51+
## Running the test suite
5152

53+
If you don't have grunt installed, follow the [grunt getting started guide](http://gruntjs.com/getting-started) first.
5254

55+
Pull down the project, then run:
56+
57+
npm install
58+
grunt

0 commit comments

Comments
 (0)