From 7f8913cde67c89a4c38f15e5fabd53b544428834 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Sun, 30 Sep 2018 15:52:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=93=20Remove=20xdelta3=20from=20docume?= =?UTF-8?q?ntation=20since=20it=20is=20no=20longer=20required?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 76415d4..f903e7c 100644 --- a/README.md +++ b/README.md @@ -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.