From 307de0d449bfa08a3998acfcab5b0a1fc4e5bf39 Mon Sep 17 00:00:00 2001
From: merspieler <merspieler@users.noreply.github.com>
Date: Wed, 25 Oct 2017 08:11:44 +0200
Subject: [PATCH 1/3] Create INSTALL.md

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

diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 00000000..18c3bfc1
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,30 @@
+# INSTALL
+## pre-requisites
+Have at least following versions installed:
+* Flightgear >= 2017.3.0
+
+## Install using zip
+[Download](https://github.com/merspieler/IDG-A32X/archive/master.zip) the zip file.  
+Change to the download directory and do `unzip IDG-A32X-master.zip` or use your prefered graphical tool to unpack the .zip file.  
+Move the unpacked directory to the Aircraft directory. Depending on your System it's located in diffrence places:  
+* Windows `<Flightgear install directory>\data\Aircraft\`
+* Linux
+  * `~/.fgfs/Aircraft/` (The `.fgfs` directory is created when runing Flightgear the first time)
+  * `/usr/share/games/flightgear/Aircraft/` (This path maybe diffrent on diffrent distributions or on builds from source. Works for Debian/Ubuntu)
+
+Rename the forlder to `IDG-A32X`.
+Make sure that the `IDG-A32X` directory does not contain another one (this can happen with winrar). If so, move the inner `IDG-A32X` directory outside
+
+To update, delete the `IDG-A32X` directory and install the latest version.
+
+## Install using git
+Change to the Aircraft directory. Depending on your System it's located in diffrence places:  
+* Windows `<Flightgear install directory>\data\Aircraft\`
+* Linux 
+  * `~/.fgfs/Aircraft/` (The `.fgfs` directory is created when runing Flightgear the first time)
+  * `/usr/share/games/flightgear/Aircraft/` (This path maybe diffrent on diffrent distributions or on builds from source. Works for Debian/Ubuntu)
+  
+  
+Clone the repository with `git clone https://github.com/merspieler/IDG-A32X.git`
+
+To update just run `git pull` in the `IDG-A32X` directory.

From 49cd3e1fa0e62ef7f8415788c3e88228297740bf Mon Sep 17 00:00:00 2001
From: merspieler <merspieler@users.noreply.github.com>
Date: Wed, 25 Oct 2017 08:18:10 +0200
Subject: [PATCH 2/3] Fixed typo

---
 INSTALL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.md b/INSTALL.md
index 18c3bfc1..0c9e0ccb 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -12,7 +12,7 @@ Move the unpacked directory to the Aircraft directory. Depending on your System
   * `~/.fgfs/Aircraft/` (The `.fgfs` directory is created when runing Flightgear the first time)
   * `/usr/share/games/flightgear/Aircraft/` (This path maybe diffrent on diffrent distributions or on builds from source. Works for Debian/Ubuntu)
 
-Rename the forlder to `IDG-A32X`.
+Rename the directory to `IDG-A32X`.
 Make sure that the `IDG-A32X` directory does not contain another one (this can happen with winrar). If so, move the inner `IDG-A32X` directory outside
 
 To update, delete the `IDG-A32X` directory and install the latest version.

From 39a3edb36183ac49ac8f65187436f540ac68860c Mon Sep 17 00:00:00 2001
From: Charlie Schwehm <wouter.schwehm@gmail.com>
Date: Wed, 25 Oct 2017 12:19:29 +0200
Subject: [PATCH 3/3] Update INSTALL.md

---
 INSTALL.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index 0c9e0ccb..dd01b3eb 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -4,7 +4,7 @@ Have at least following versions installed:
 * Flightgear >= 2017.3.0
 
 ## Install using zip
-[Download](https://github.com/merspieler/IDG-A32X/archive/master.zip) the zip file.  
+[Download](https://github.com/it0uchpods/IDG-A32X/archive/master.zip) the zip file.  
 Change to the download directory and do `unzip IDG-A32X-master.zip` or use your prefered graphical tool to unpack the .zip file.  
 Move the unpacked directory to the Aircraft directory. Depending on your System it's located in diffrence places:  
 * Windows `<Flightgear install directory>\data\Aircraft\`
@@ -25,6 +25,6 @@ Change to the Aircraft directory. Depending on your System it's located in diffr
   * `/usr/share/games/flightgear/Aircraft/` (This path maybe diffrent on diffrent distributions or on builds from source. Works for Debian/Ubuntu)
   
   
-Clone the repository with `git clone https://github.com/merspieler/IDG-A32X.git`
+Clone the repository with `git clone https://github.com/it0uchpods/IDG-A32X.git`
 
 To update just run `git pull` in the `IDG-A32X` directory.