Just giving feedback. To run the migration toolset on mac with an ARM chip I needed to go to the qrscan website and get a zipped tar file, unarchive it, and then build a binary targeting my architecture with rust. This is because qrscan is publishing only binaries for windows/linux on non-ARM architecture.
Once I got that saved as qrscan/qrscan-0.1.9/qrscan, then I could run the command as described in the README.
Other feedback, having this entire library as a built binary or a docker image would've been easier for me.
Just giving feedback. To run the migration toolset on mac with an ARM chip I needed to go to the qrscan website and get a zipped tar file, unarchive it, and then build a binary targeting my architecture with rust. This is because qrscan is publishing only binaries for windows/linux on non-ARM architecture.
Once I got that saved as
qrscan/qrscan-0.1.9/qrscan, then I could run the command as described in the README.Other feedback, having this entire library as a built binary or a docker image would've been easier for me.