📓 Remove xdelta3 from documentation since it is no longer required

This commit is contained in:
C-3PO 2018-09-30 15:52:10 +02:00
parent ac6f4e5c44
commit 7f8913cde6
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -1,11 +1,10 @@
This tool is used for fetching releases from SWTORs patch server CDN and installing them.
# Installation
For this tool to work, ```tsc```, ```tslint``` and ```xdelta3``` must be globally available, e.g. by running:
For this tool to work, ```tsc``` and ```tslint``` must be globally available, e.g. by running:
```bash
sudo npm install -g typescript tslint
sudo apt-get install xdelta3
```
In addition, the ```patch-installer``` repository must be present in the parent folder of this repository.