Skip to content

Commit 87105cb

Browse files
committed
rearrange for relevance
1 parent b3d2995 commit 87105cb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ It'll work, but there will be no matches, no players. To make it more interesti
4747
And then go to http://localhost:3000/matches in your browser. If you see recent matches, it's working!
4848

4949

50-
### Keeping npm/node updated
51-
52-
update/install npm: `curl https://npmjs.org/install.sh | sh`
53-
update/install node: `brew install node`
54-
55-
Note: node includes npm, which should be sufficient. If you installed npm before node, you may have to `brew link -f node`
56-
57-
5850
### Testing
5951

6052
#### Ruby (rspec)
@@ -87,3 +79,11 @@ Start testacular: `/usr/local/share/npm/bin/testacular start`
8779
This will launch a chrome window (you need chrome installed, of course) and automatically monitor specs for changes.
8880

8981
Run all tests: `/usr/local/share/npm/bin/testacular run`
82+
83+
84+
### Keeping npm/node updated
85+
86+
update/install npm: `curl https://npmjs.org/install.sh | sh`
87+
update/install node: `brew install node`
88+
89+
Note: node includes npm, which should be sufficient. If you installed npm before node, you may have to `brew link -f node`

0 commit comments

Comments
 (0)