From e70b0eb808491fd904f26cb43a08eef70595bd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cato=20L=C3=A9an=20Tr=C3=BCtschel?= Date: Wed, 12 May 2021 11:05:06 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0e409e9..2d7c831b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This project was created as a university project and is part of the set of AMOS Current development concentrates on creating a minimum viable product for KMAP. Core functionality will be integrating graph data bases, visualizing the graph data in a modular dashboard, and exploring the data with a no-code query builder. ## How to build -> :warning: **There is currently no common build system in place. Currently development focuses on this issue, which is tracked by [#37](https://github.com/amosproj/amos-ss2021-project2-context-map/issues/37) and [#60](https://github.com/amosproj/amos-ss2021-project2-context-map/issues/60).** +> :warning: **There is currently no common build system in place. Current development focuses on this issue, which is tracked by [#37](https://github.com/amosproj/amos-ss2021-project2-context-map/issues/37) and [#60](https://github.com/amosproj/amos-ss2021-project2-context-map/issues/60).** ### Prerequisites 1. Clone the repository via @@ -32,7 +32,7 @@ It is required to install node with version 12.x or higher. `npm i -g yarn` ### Run the project -> :warning: **Scripts are currently only available for windows platforms or platforms that have powershell installed** +> :warning: **Scripts are currently only available for the windows platform or platforms that have powershell installed** To start the project, navigate to the `/build` directory within the repository clone and run each of the scripts in the following order within a separate shell instance. ```