Installation instructions for those who need it
This commit is contained in:
parent
3732462ca3
commit
e3a2562284
1 changed files with 17 additions and 0 deletions
17
INSTALL.md
Normal file
17
INSTALL.md
Normal 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.
|
Loading…
Reference in a new issue