20 lines
885 B
Markdown
20 lines
885 B
Markdown
# INSTALL
|
|
## Prerequisites
|
|
Have at least following versions installed:
|
|
* FlightGear 2019.1.0 or newer
|
|
|
|
## Install using ZIP Snapshot
|
|
[Download](https://github.com/legoboyvdlp/A320-family/archive/master.zip) the zip file.
|
|
Use your prefered archive utility to unzip the archive.
|
|
Move the unpacked directory to your aircraft directory. This can be FGData/Aircraft, or a custom directory you've specified.
|
|
|
|
Rename the directory to `A320-family`.
|
|
Make sure that the `A320-family` directory does not contain another one (this can happen with WinRAR). If so, move the inner `A320-family` directory outside.
|
|
|
|
To update, delete the `A320-family` directory and install the latest version.
|
|
|
|
## Install using git
|
|
Change to the aircraft directory.
|
|
Clone the repository with `git clone https://github.com/legoboyvdlp/A320-family.git`
|
|
|
|
To update just run `git pull` in the `A320-family` directory.
|