Installation instructions for those who need it

This commit is contained in:
Marsdolphin 2021-03-16 22:46:14 +08:00 committed by GitHub
parent 3732462ca3
commit e3a2562284
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
INSTALL.md Normal file
View file

@ -0,0 +1,17 @@
# 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.