1
0
Fork 0
A320-family/INSTALL.md

21 lines
884 B
Markdown
Raw Permalink Normal View History

2019-10-29 15:31:41 +00:00
# INSTALL
## Prerequisites
Have at least following versions installed:
2022-12-10 17:10:47 +00:00
* FlightGear 2020.3.14 or newer
2019-10-29 15:31:41 +00:00
## Install using ZIP Snapshot
2020-05-17 23:31:13 +00:00
[Download](https://github.com/legoboyvdlp/A320-family/archive/dev.zip) the zip file.
Use your preferred archive utility to unzip the archive.
2019-10-29 15:31:41 +00:00
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.