17 lines
789 B
Markdown
17 lines
789 B
Markdown
# INSTALL
|
|
|
|
## Install using ZIP Snapshot
|
|
[Download](https://github.com/merspieler/A350-family/archive/dev.zip) the zip file.
|
|
Use your preferred 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 `A350-family`.
|
|
Make sure that the `A350-family` directory does not contain another one (this can happen with WinRAR). If so, move the inner `A350-family` directory outside.
|
|
|
|
To update, delete the `A350-family` directory and install the latest version.
|
|
|
|
## Install using git
|
|
Change to the aircraft directory.
|
|
Clone the repository with `git clone https://github.com/merspieler/A350-family.git`
|
|
|
|
To update just run `git pull` in the `A350-family` directory.
|