topojson / us-atlas

Pre-built TopoJSON from the U.S. Census Bureau.
https://observablehq.com/@d3/u-s-map
ISC License
859 stars 139 forks source link

path of topo directory #5

Closed kcecireyes closed 10 years ago

kcecireyes commented 10 years ago

I seemed to have installed everything successfully and ran "make" without problems. However, I can't see a "topo/" directory anywhere, just various stackings under "topojson/", none of which have the made JSON files. Can I get the path to the directory or any updates about how this is stacked?

Thank you!

mbostock commented 10 years ago

Try this:

  1. git clone https://github.com/mbostock/us-atlas.git
  2. cd us-atlas
  3. npm install
  4. make

If that didn’t work for you, please include the full output of everything you tried if you want help. Good luck!

kcecireyes commented 10 years ago

Oh, man, I may have done something unnecessarily complex because cloning and make worked well. Thank you!