Do you have a problem which is not described here? Let us know: [email protected]
simplelocalize-cli: No such file or directory
Try to use a special version of CLI:
$ curl -s https://get.simplelocalize.io/download-and-run | bash
It downloads the unzipped CLI version and runs it without creating fancy directory structure.
Any other problem
In most cases you should use our regular script which is constantly optimized for everyone, like the one below:
$ curl -s https://get.simplelocalize.io | bash
If something is not working properly please create an issue and provide script output. In the meantime, you can use one of 2 other options to run CLI.
Option 1: I have Java 11+ installed on my system, let me just use app in *.jar file.
$ curl -s https://get.simplelocalize.io/run-jar | bash
Option 2: I want to use *.jar file, but I don't have JDK installed.
$ curl -s https://get.simplelocalize.io/install-jdk-run-jar | bash