From 40e96849ca157d2812e479e0024b5685b24e3ef3 Mon Sep 17 00:00:00 2001 From: JunHao247 Date: Fri, 14 Apr 2023 02:46:56 +0800 Subject: [PATCH] Update UG --- docs/UserGuide.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 3eb7daa172d..32a019bc1c4 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -76,7 +76,7 @@ This Toolbar can be used to : #### 2. Display Panel - + This section shows a specific employee's particulars. @@ -89,7 +89,7 @@ This section shows a specific employee's particulars. #### 3. Employee List - + This shows the whole employee list with basic information such as _Name_, _Employee ID_, _Department_ and their respective tags highlighted in blue. @@ -102,7 +102,7 @@ This will come in handy if: #### 4. Command Panel - + This section displays relevant messages or errors after the command is entered. @@ -137,7 +137,7 @@ This folder can be on your Desktop or any location you prefer. In the below image, the folder `test` is placed in the Desktop. Furthermore, the jar file has been placed in the `test` folder as shown below. - +
@@ -153,7 +153,7 @@ On Windows, press Windows + R, type cmd, and hit Enter to open Command Prompt. On macOS, press Cmd + Space, type terminal, and hit Enter to open Terminal. Your terminal should show up like this: - + Step 2 (Navigating to the Jar File Location) : @@ -162,7 +162,7 @@ This is the location where you have placed your jar file in, as done in [point 3 For example, if the file is located in the `test` folder on your Desktop, you can type `cd Desktop` and followed by `cd test` on your terminal and hit Enter, just like the image below. - + Step 3 (Running the Application) : Once you are in the correct directory, type the following command,`java -jar ExecutivePro.jar`, in your terminal and hit Enter: @@ -170,7 +170,7 @@ Once you are in the correct directory, type the following command,`java -jar Exe A Graphical User Interface(GUI) similar to below should appear in seconds. Note how the app contains some sample data. - + A data folder should appear in the same folder as the ExecutivePro.jar file after the application is run successfully.