Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timetraveller-123 committed Sep 17, 2023
1 parent 7117fa4 commit d896fa1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ of a Graphical User Interface.

## Quick Start

1) Ensure you have Java `11` or above installed in your computer.
2) Download the latest `duke.jar` from here.
3) Copy the file to the folder you want to use as the home folder for your application.
4) Open a command terminal, `cd` into the folder you put the jar file in, and use
1) Ensure you have Java `11` or above installed in your computer.
2) Download the latest `duke.jar` from here.
3) Copy the file to the folder you want to use as the home folder for your application.
4) Open a command terminal, `cd` into the folder you put the jar file in, and use
`java -jar duke.jar`
command to run the application.
A GUI similar to below should appear in a few seconds.
Expand All @@ -17,7 +17,7 @@ of a Graphical User Interface.

## Features

> [!NOTE]
> ℹ
> Words in `UPPER_CASE` are the parameters to be supplied by user
> e.g. in `todo NAME`, `NAME` is a parameter which can be used as `todo read book`
Expand Down

0 comments on commit d896fa1

Please sign in to comment.