From 34179ddd6a76b0d8ad44314690f19db79b99366d Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 10 Jun 2022 09:45:03 +0430 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a96c16..d8ce309 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The objective is to have a self-hosted place to keep useful links in one place, ### Linux/MacOS 1. Make sure your MongoDB database and collection is up and running. -2. Edit `/src/config.js` accordingly. +2. Edit [/src/config.js](src/config.js) accordingly. 3. Head to the main folder using terminal and run: `(cd api && npm install) && npm install --legacy-peer-deps` for the dependancies.