From 106ef796d6733c66efa946b53a5742c0483cca80 Mon Sep 17 00:00:00 2001 From: bRNS98 Date: Fri, 11 Oct 2024 23:54:31 +0200 Subject: [PATCH] Typofix --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 885ebf1..eff210c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,11 @@ git clone https://github.com/Spaceholder-Programming/Operations-Research-Tool.gi Navigate towards the folder, where the project is located on your machine via terminal. Afterwards, execute the following command: - +```Bash +npm install +``` +This installs the necessary dependencies. +Next execute: ```Bash npm build ```