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.
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:
between changing into the atm-cli directory and building.