Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 0032018

Browse files
authored
Update Installation.md
1 parent e53a92c commit 0032018

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Installation.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@ This tutorial shows how to install the chat overflow framework. By now, working
22

33
### Pro
44

5-
1. Clone the main repository. Then clone the api into folder `codeoverflow/api` and public plugins repository into `codeoverflow/plugins-public`.
5+
1. Clone the main repository. Then clone the api into folder `codeoverflow/api`, the gui into folder `codeoverflow/gui` and public plugins repository into `codeoverflow/plugins-public`.
66
2. Setup the main repository as imported scala project, e.g. using IntelliJ. Make sure to refresh all sbt content and load the custom run configurations.
77
3. You're done. Happy coding!
88

99
### Not so Pro
1010

11-
1. Download and install [git](https://git-scm.com/) (obviously). Make sure that you can run it using the console.
12-
2. Clone the main repository using `git clone https://github.com/codeoverflow-org/chatoverflow.git`.
13-
3. Navigate to the created chatoverflow-folder, e.g. using `cd chatoverflow`.
14-
4. 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`.
11+
0. Download and install [git](https://git-scm.com/) (obviously). Make sure that you can run it using the console.
12+
1. Clone the main repository using `git clone https://github.com/codeoverflow-org/chatoverflow.git`.
13+
2. Navigate to the created chatoverflow-folder, e.g. using `cd chatoverflow`.
14+
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`.
15+
4. Clone the [gui repository](https://github.com/codeoverflow-org/chatoverflow-gui) into a folder named "gui". using `git clone https://github.com/codeoverflow-org/chatoverflow-gui.git gui`.
1516
5. Clone the [public plugins repository](https://github.com/codeoverflow-org/chatoverflow-plugins) into a folder named "plugins-public" using `git clone https://github.com/codeoverflow-org/chatoverflow-plugins.git plugins-public`.
1617

1718
Site note: You can name the folders whatever you want. But if you do so, update the names in the main [build-file](https://github.com/codeoverflow-org/chatoverflow/blob/42b9469fe489fe5efeb4aa70f278e3558fccab7d/build.sbt#L64).
@@ -47,4 +48,4 @@ This tutorial shows how to install the chat overflow framework. By now, working
4748
* the src folder contains the chat overflow framework code.
4849
* the target folder contains the build framework.
4950

50-
16. You're done. Happy coding!
51+
16. You're done. Happy coding!

0 commit comments

Comments
 (0)