From 4e82f9ffddc5c4fa70f61a7370433a16949267f9 Mon Sep 17 00:00:00 2001 From: LowTL <110801908+LowTL@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:54:28 +0800 Subject: [PATCH] Update UserGuide.md --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 9507ebf75..b35658b24 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -9,7 +9,7 @@ manage and operate their business. It is targeted at those who can type fast and 1. Ensure that you have Java 11 or above installed. 2. Download the latest version of `StockMaster` from [here](https://github.com/AY2324S2-CS2113-T15-4/tp/releases/tag/v2.1b). -3. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar [CS2113-T15-4][StockMaster].jar` command to run the application. +3. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar CS2113-T15-4.StockMaster.jar` command to run the application. ## Features