Skip to content

Commit

Permalink
UserGuide.md: Make JAR download step generic (#28)
Browse files Browse the repository at this point in the history
Currently, every time a new release is done, developers would have
to update the file name to reflect the latest JAR file published. 
This can be difficult to keep track of.

Let's change the JAR download step (step 2) in the Quick Start
section in the user guide to say "latest `.jar` file" instead of 
"latest `addressbook.jar`".

This serves to make the JAR download step generic, eliminating the
need for developers to update the file name every time a new
release is published.
  • Loading branch information
brein62 authored Jul 30, 2024
1 parent 82598c1 commit 3da04ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ AddressBook Level 3 (AB3) is a **desktop app for managing contacts, optimized fo

1. Ensure you have Java `17` or above installed in your Computer.

1. Download the latest `addressbook.jar` from [here](https://github.com/se-edu/addressbook-level3/releases).
1. Download the latest `.jar` file from [here](https://github.com/se-edu/addressbook-level3/releases).

1. Copy the file to the folder you want to use as the _home folder_ for your AddressBook.

Expand Down

0 comments on commit 3da04ac

Please sign in to comment.