Closed ammccau closed 3 years ago
I just tested this and it seem to work on Big Sur. The error you get is that the command that this project is providing (atm) can't be found. Did you follow the build instructions?
$ git clone https://github.com/allthemusicllc/atm-cli.git
$ cd atm-cli
$ git submodule update --init
$ cargo build --release
$ cargo run --release -- -h # show usage
To run the atm command from command line you could either:
$ cargo run --release -- -h
$ ./target/release/atm
$ cargo install --path .
. Then add cargo install dir to path: $ export PATH=/Users/<yourname>/.cargo/bin:$PATH
. Then you should be able to run ´atm´ as any other command. Thank you! Solution #3 worked.
Anna
I've followed all the directions and cloned the repository today but continue to receive the 'zsh: command not found: atm' error. I'm using a Macbook Pro running BigSur v11.1 (20C69). Any help will be much appreciated. I did see a similar issue posted and tried what was suggested, and that didn't work, either.
Thank you,
Anna