From 3da04ac953a6c85bbc96bd9e9306b2ae7416e423 Mon Sep 17 00:00:00 2001 From: Brendan Koh Date: Tue, 30 Jul 2024 23:08:19 +0800 Subject: [PATCH] UserGuide.md: Make JAR download step generic (#28) 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. --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 41a34553..ca303668 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -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.