From f9669e098995085ee6cdaf08dbb4581f08ac13d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20P=C3=B6ppe?= Date: Fri, 11 Oct 2024 23:28:27 +0200 Subject: [PATCH] fixed readme for proper local install --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5ecb332..ef58233 100644 --- a/README.md +++ b/README.md @@ -32,6 +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 ```