diff --git a/Assignment5.md b/Assignment5.md index 53c20d25..24f7db36 100644 --- a/Assignment5.md +++ b/Assignment5.md @@ -4,7 +4,7 @@ | **Step** | **Description** | | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| 1 | Download the zip file named `ay2324s1-course-assessment-Assignment-5.zip` from [Assignment-5](https://github.com/CS3219-AY2324S1/ay2324s1-course-assessment-g17/releases/tag/Assignment-5). | +| 1 | Download the zip file named `ay2324s1-course-assessment-Assignment-5.zip` from [Assignment-5-updated](https://github.com/CS3219-AY2324S1/ay2324s1-course-assessment-g17/releases/tag/Assignment-5-updated). | | 2 | Unzip the file and navigate to the folder `ay2324s1-course-assessment-Assignment-5`. | | 3 | Set up the environment variables in `.env` for each of the microservices and `frontend`. | | 4 | Run `npm install` to install the dependencies for each microservice and `frontend`. Note: You may need to run `npm i --save-dev @types/cors` and `npm i --save-dev @types/express` should you encounter any errors. |