📓 Remove xdelta3 from documentation since it is no longer required
This commit is contained in:
parent
ac6f4e5c44
commit
7f8913cde6
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
|||
This tool is used for fetching releases from SWTOR’s 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.
|
||||
|
|
Loading…
Reference in a new issue