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.