Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
trxe committed Sep 13, 2021
1 parent 671b389 commit 62629e4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ To run DukeAgain,

1. Ensure Java Runtime Environment (JRE) `11` or above is installed on your device.
2. Download and extract `duke_again.zip` from [here](https://www.youtube.com/watch?v=dQw4w9WgXcQ).
4. Double-click the `duke.jar` to start the app, or run `duke -jar duke.jar` in the terminal to start DukeAgain.
3. [Windows] Double-click the `duke.jar` to start the app, or run `duke -jar duke.jar` in the terminal to start DukeAgain.
[Mac] Navigate Terminal to the folder containing `duke.jar` and run `java -jar duke.jar`.

### Essential commands

Expand All @@ -21,7 +22,7 @@ The following are the recognized formats for 3 different types of tasks (items i

**Note**: Start and end dates and times can be represented as just a date, just a time, or both. See below for examples.

## Features
## Features

### Autosave

Expand All @@ -31,10 +32,6 @@ You tasks are automatically saved to disk in the file `duke.txt`.

Shorthands to create todos, deadlines, and events.

### Help (not yet supported on MacOS)

Gives help.

## Usage

### `help` - View help
Expand Down

0 comments on commit 62629e4

Please sign in to comment.