From de970aa719c7dde97bccf37ac2f1f4b4954a19ed Mon Sep 17 00:00:00 2001 From: Breno A Date: Fri, 31 May 2024 02:22:33 -0300 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a5fab17..3384195 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,10 @@ This project is a JSON translator that uses different translation APIs to transl ### Usage -1. Rename `config.ini.example` to `config.ini`. +1. Download latest version from [releases](https://github.com/brenoepics/json-translate/releases/latest) and unzip. +2. Update and rename `config.ini.example` to `config.ini`. +3. Run the project using the command `java -jar json-translator-1.0-jar-with-dependencies.jar` -To run the project, use the following command: - -```bash -mvn exec:java -Dexec.mainClass="io.github.brenoepics.Translate" -``` - ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.