When I try to install with curl on Mac I get an error message to use the --build option but when I use the --build option it gives the same error message:
`bash <(curl -fsSL https://raw.githubusercontent.com/movemntdev/M1/main/scripts/install.sh) --latest
[INFO] Installing movement@latest macos amd64 (x86_64), without dev dependencies, downloaded from releases.
[ERROR] x86_64-macos is not yet supported. Please use the --build option.
bash <(curl -fsSL https://raw.githubusercontent.com/movemntdev/M1/main/scripts/install.sh) --build
[INFO] Installing movement@latest macos amd64 (x86_64), without dev dependencies, built locally.
[ERROR] x86_64-macos is not yet supported. Please use the --build option.
Users-MacBook-Pro:my_movement_dapp user$ `
When I try to install with curl on Mac I get an error message to use the --build option but when I use the --build option it gives the same error message:
`bash <(curl -fsSL https://raw.githubusercontent.com/movemntdev/M1/main/scripts/install.sh) --latest
[INFO] Installing movement@latest macos amd64 (x86_64), without dev dependencies, downloaded from releases.
[ERROR] x86_64-macos is not yet supported. Please use the --build option.
bash <(curl -fsSL https://raw.githubusercontent.com/movemntdev/M1/main/scripts/install.sh) --build
[INFO] Installing movement@latest macos amd64 (x86_64), without dev dependencies, built locally.
[ERROR] x86_64-macos is not yet supported. Please use the --build option.
Users-MacBook-Pro:my_movement_dapp user$ `