From f6aa19d2496aedeea499e19e1192f3cfa153958c Mon Sep 17 00:00:00 2001 From: krolyxon <106688908+krolyxon@users.noreply.github.com> Date: Sun, 18 Feb 2024 23:33:15 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1ebad2..f1d6243 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Simple GUI calculator with complex infix expression evaluation made in Java usin $ git clone --depth=1 https://github.com/krolyxon/JavaCalc --branch=master $ cd JavaCalc $ ./install.sh + $ jcal ``` or go to latest [releases](https://github.com/krolyxon/JavaCalc/releases) and get the .jar file.