ssn/README.md

9 lines
224 B
Markdown
Raw Normal View History

2018-06-21 11:59:05 +02:00
This tool is used for fetching releases from SWTOR's patch server CDN and installing them.
# Dependencies
For this tool to work, ```tsc``` must be globally available, e.g. by running:
```bash
npm install -g typescript
```