simplelocalize / simplelocalize-cli

SimpleLocalize CLI is a developer-friendly command-line tool for uploading and downloading translation files
https://simplelocalize.io
MIT License
56 stars 11 forks source link

Prompt error after installation #66

Closed lynn1286 closed 1 year ago

lynn1286 commented 1 year ago
image
jpomykala commented 1 year ago

Hey Lynn, Thanks for the report!

  1. Did you try installing other versions? E.g.: curl -s https://get.simplelocalize.io/2.0/install | bash

  2. Could you let me know on what machine are you trying to run the CLI? (Operating system, M1/Intel)

jpomykala commented 1 year ago

Hey @lynn1286

Thanks for reporting this. It should be fixed soon #69 Apparently macOS 13.0.1 with Intel needs a special treatment here. 😄

jpomykala commented 1 year ago

The fix is live, you can install it via:

curl -s https://get.simplelocalize.io/2.1.2/install | bash

Thanks again!