allthemusicllc / atm-cli

Command line tool for generating and working with MIDI files.
http://allthemusic.info
Other
1.39k stars 107 forks source link

Include git submodule in install instructions #9

Closed Meep3692 closed 4 years ago

Meep3692 commented 4 years ago

The current installation instruction, when followed, give an error when building as rust is unable to find the dependency libatm, due to it being a submodule and not checked out when the repository is cloned. The installation instructions should be updated to include the lines:

$ git submodule init
$ git submodule update

between changing into the atm-cli directory and building.