From 955c1c654b6a2824b3c5f66807dbd60e7f090a4b Mon Sep 17 00:00:00 2001 From: Ana Alexandru-Gabriel <75039938+kickhead13@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:11:48 +0200 Subject: [PATCH] Update README with node dependencies installation Added instructions for installing node dependencies. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8dbbb4b..d2b030b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ To be able to build the app from source, you will first need to clone this repo: $ git clone 'https://github.com/onlinedi-vision/od-client.git' $ cd od-client ``` + Then, install the node dependencies: ```sh $ npm i