Skip to content

Commit 70fc610

Browse files
author
Justin Tulloss
committed
update README
1 parent ed1bd8e commit 70fc610

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Algorithm and Blues
33

44
### The Rdio engineering blog
55

6-
To run a local version of the site, do the following:
6+
To run a local version of the site, do the following from the root of the repo:
77

8-
- Install [node.js](http://nodejs.org/)
9-
- Run `npm install .` from this directory.
10-
- run `grunt server`
11-
- Access the site at http://localhost:4000/
8+
```
9+
make server
10+
```

0 commit comments

Comments
 (0)