[docs] download from the new master branch instead of v3.0

This commit is contained in:
Resi Respati
2017-12-30 09:56:05 +07:00
parent 8818c10634
commit 6ba4f84a26
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ You will need:
- Node.JS (Latest LTS is recommended)
- A Package Manager (Yarn or NPM)
Download the latest source [here](https://github.com/screepers/screeps-typescript-starter/archive/v3.0.zip) and extract it to a folder.
Download the latest source [here](https://github.com/screepers/screeps-typescript-starter/archive/master.zip) and extract it to a folder.
Open the folder in your terminal and run `npm install` (or `yarn`) to install the dependencies.