Skip to content

Commit

Permalink
Merge branch 'master' into rohit/fix/update-UG-DG
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitcube committed Nov 13, 2023
2 parents 640eea3 + 0ca9462 commit 3bd1cf7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ It's a comprehensive tool for efficient and successful degree completion.
## Quick Start

1. Ensure that you have Java 11 or above installed.
2. Download the latest version of `NUSDegs` from [here](https://github.com/AY2324S1-CS2113-T17-4/tp/releases/tag/vbeta) (
(Real one to be updated for PE)
3. Download the NUSDegs.jar to the folder you want to use as the home folder for NUSDegs.
2. Download the latest version of `NUSDegs` from [here](https://github.com/AY2324S1-CS2113-T17-4/tp/releases/download/v2.1/CS2113-T17-4.NUSDegs.jar)
3. Download the CS2113-T17-4.NUSDegs.jar to the folder you want to use as the home folder for NUSDegs.
4. Open a command terminal, cd into the folder you put the .jar file in, and run the command
java -jar "NUSDegs.jar" to run the application.
java -jar CS2113-T17-4.NUSDegs.jar to run the application.

## Note
1. Year 4 Semester 2 students aren't able to use the app! (As we specifically cater the app to only students who have at
Expand Down Expand Up @@ -70,7 +69,7 @@ Input command here:
- [View modules required for major: `required`](#getting-a-list-of-required-modulesrequired)
- [Check prerequisite for a module: `prereq`](#view-module-prerequisitesprereq)
- [Search for modules based on keywords: `search`](#searching-for-a-module-by-title-search)
- [View info about a module: `info`](#get-information-about-a-module-info)
- [View info about a module: `info`](#get-information-about-a-module-info-description)
- [View schedule planner: `schedule`](#view-schedule-planner-schedule)
- [Recommend a schedule based on major: `recommend`](#view-recommended-schedule-based-on-course-recommend)
- [Add module to schedule planner: `add`](#add-module-to-schedule-planner-add)
Expand Down Expand Up @@ -815,5 +814,5 @@ Note: if an argument is wrapped with `[]` it means that it is optional.
| Check current pace to graduate | `pace [CURRENT_SEMESTER]` |
| Modify weekly timetable | `timetable modify` |
| Show weekly timetable | `timetable show` |
| Save schedule and exit the program | `bye` |
| Save schedule and timetable and exit the program | `bye` |

0 comments on commit 3bd1cf7

Please sign in to comment.