you are missing ectool binary
Closed this issue · 6 comments
pgou commented
macOS "you are missing extol binary"
Which path should I place the ectool under?
How to solve it,thanks
wh0ami7 commented
@pgou - Rename it to ectool
and move it to /local/bin
and the app should work fine.
ectool-macos.zip
death7654 commented
Is this issue resolved?
pgou commented
mv /Users/pgou/Downloads/ectool /local/bin
mv: rename /Users/pgou/Downloads/ectool to /local/bin: No such file or directory
mv /Users/pgou/Downloads/ectool /usr/bin
mv: fastcopy: open() failed (to): /usr/bin/ectool: Read-only file system
Can other paths be used?
ethanaobrien commented
To "install" ectool on macos
- Download ectool.
- Open the terminal and navigate to the directory that ectool is in (downloads)
sudo cp ./ectool /usr/local/bin/ectool
sudo chmod +x /usr/local/bin/ectool
pgou commented
@ethanaobrien @wh0ami7 it works! thanks!
@death7654 Please write these contents in README, many people need them
death7654 commented
added