From 7c19e48828746b00467b524a2bc46c7a5d354eca Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sat, 21 Oct 2023 16:46:57 +0300 Subject: [PATCH] Update the README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ce950d..3f3f08b 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,12 @@ Download from https://gitlab.com/KKlochko/cipher-analytical-machine. You need install java, before run the application. Run the application with a command: - $ java -jar cipher-analytical-machine-0.1.0-standalone.jar [args] + $ java -jar cipher-analytical-machine-VERSION-standalone.jar [args] + $ java -jar cipher-analytical-machine-0.7.2-standalone.jar [args] ## License Copyright © 2023 Kostiantyn Klochko Under the GNU Lesser General Public License v3.0 or later. +