From 5370b31af27f7085aae19973c7bba588186606c2 Mon Sep 17 00:00:00 2001
From: George Adrian Stoica <george.a.stoica@ntnu.no>
Date: Wed, 28 Aug 2019 15:04:12 +0200
Subject: [PATCH] Add file with How to info

---
 How To.md | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 How To.md

diff --git a/How To.md b/How To.md
new file mode 100644
index 0000000..0505156
--- /dev/null
+++ b/How To.md	
@@ -0,0 +1,30 @@
+## Installation
+### Install Java
+#### Download link
+https://www.java.com/en/download/
+
+#### How and why to uninstall older versions of Java
+https://www.java.com/en/download/faq/remove_olderversions.xml
+
+### Install Git
+#### Download link
+https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
+
+#### For Windows we reccomend Git for Windows
+https://gitforwindows.org/
+
+### Install Eclipse or Intellij
+#### Intellij download link (download the free community edition)
+https://www.jetbrains.com/idea/download/#section=mac
+
+#### Eclipse for Java download link 
+https://www.eclipse.org/downloads/packages/release/2019-06/r/eclipse-ide-java-developers
+
+## Update the local project credentials to match your Gitlab user.
+1) Open the terminal window and go to your Gitlab project
+2) Update local user email with 'git config --local user.email YOUR_NTNU_USERNAME@stud.ntnu.no'
+3) Update local user password with 'git config --local user.password YOUR_NTNU_PASSWORD'
+4) Update local user username with 'git config --local user.name YOUR_NTNU_USERNAME'
+
+## How to clone video 
+VIDEO: https://vimeo.com/355521976
-- 
GitLab