Skip to content

Commit

Permalink
Update for modern ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlidman committed Oct 26, 2014
1 parent e3b1daf commit 4b68981
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -47,9 +47,8 @@ directly will be overwritten
- Ubuntu install (install recent nodejs):
- `sudo apt-get update`
- `sudo apt-get install -y python-software-properties python g++ make`
- `sudo add-apt-repository -y ppa:chris-lea/node.js`
- `sudo apt-get update`
- `sudo apt-get install nodejs`
- `sudo apt-get install nodejs npm`
- `sudo ln -s /usr/bin/nodejs /usr/bin/node`
- `npm install`
- `node getRaw yourOSMfile`
- results will go in `topNames.json`

0 comments on commit 4b68981

Please sign in to comment.