diff --git a/Installation.md b/Installation.md index 4182347..82e271f 100644 --- a/Installation.md +++ b/Installation.md @@ -8,7 +8,7 @@ This tutorial shows how to install the chat overflow framework. By now, working ### Not so Pro -0. Download and install [git](https://git-scm.com/) (obviously). Make sure that you can run it using the console. +0. Download and install [git](https://git-scm.com/) (obviously) and [Node.js](https://nodejs.org/en/download/). Make sure that you can run it using the console. 1. Clone the main repository using `git clone https://github.com/codeoverflow-org/chatoverflow.git`. 2. Navigate to the created chatoverflow-folder, e.g. using `cd chatoverflow`. 3. Clone the [api repository](https://github.com/codeoverflow-org/chatoverflow-api) into a folder named "api". using `git clone https://github.com/codeoverflow-org/chatoverflow-api.git api`. diff --git a/img/class.png b/img/class.png index 0a17178..d7af1da 100644 Binary files a/img/class.png and b/img/class.png differ diff --git a/img/component.png b/img/component.png index c034ce7..e930d9e 100644 Binary files a/img/component.png and b/img/component.png differ