kbsezginel / nanocar-avogadro

Nanocar builder Avogadro 2 plug-in
https://kbsezginel.github.io/nanocar-avogadro
BSD 3-Clause "New" or "Revised" License
95 stars 17 forks source link

OpenChemistry cloning instruction lacks --recursive option #8

Closed mss1451 closed 5 years ago

mss1451 commented 5 years ago

The first instruction here https://kbsezginel.github.io/nanocar-avogadro/installation#linux is:

git clone https://github.com/OpenChemistry/openchemistry.git

But as written here http://wiki.openchemistry.org/Build#Cloning_Repositories the --recursive option is necessary to include the sub modules otherwise the build fails at the very beginning.

kbsezginel commented 5 years ago

Good catch! Could you update the page accordingly and make a pull request?

mss1451 commented 5 years ago

Done.

kbsezginel commented 5 years ago

Thanks, #9 closes this.