diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 7fc6baafd5e..1329243c058 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -82,9 +82,12 @@ Yellow boxes contain important warnings. Getting started with Connectify is extremely simple! Here is a tutorial on how to set up Connectify in **4 easy steps**. -1. Firstly, ensure that you have *Java 11* or above [installed](https://www.baeldung.com/java-check-is-installed) in your Computer. +1. Firstly, ensure that you have *Java 11* or above [installed](https://www.baeldung.com/java-check-is-installed) in your Computer. If not, follow the [Java Installation Guide](https://docs.oracle.com/en/java/javase/11/install/overview-jdk-installation.html) for further instructions on how to download and install Java 11. 2. Create a new folder to store Connectify. -3. Download Connectify from following [**this link**](https://github.com/AY2324S1-CS2103T-T15-4/tp/releases) and save the downloaded file in the directory you created in the previous step. +3. Download Connectify from following [**our "Releases" pages**](https://github.com/AY2324S1-CS2103T-T15-4/tp/releases). our executable file can be found under the “Assets” section of the page as seen in the image below. + +![Download Location](images/DownloadLocation.png) + 4. Launch Connectify by double-clicking the file in the directory. You'll be greeted by Connectify's primary interface, with an empty database as shown below.
❗ Caution: diff --git a/docs/images/AllEntitiesSection.png b/docs/images/AllEntitiesSection.png index 039ce151971..416f1fff077 100644 Binary files a/docs/images/AllEntitiesSection.png and b/docs/images/AllEntitiesSection.png differ diff --git a/docs/images/DownloadLocation.png b/docs/images/DownloadLocation.png new file mode 100644 index 00000000000..cb7adcfa484 Binary files /dev/null and b/docs/images/DownloadLocation.png differ diff --git a/docs/team/tayian.md b/docs/team/tayian.md index e7dbde77928..73f1ecebf02 100644 --- a/docs/team/tayian.md +++ b/docs/team/tayian.md @@ -29,9 +29,7 @@ Given below are my contributions to the project. * **Project management**: * Resolved merge conflicts that arose due to parallel editing of similar features. - -* **Enhancements to existing features**: - * To be added soon. + * Identified bugs in code and informed team members. * **Documentation**: * User Guide: