Skip to content

Commit

Permalink
docs: Fix appveyor download URL
Browse files Browse the repository at this point in the history
The download URL should not point PR build. It should point the latest
build of master branch.
  • Loading branch information
k-takata committed Jun 16, 2016
1 parent dc1b49d commit fe80bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ together.
If you want to try the latest universal-ctags without building it yourself...

### Windows
- Go to https://ci.appveyor.com/project/masatake/ctags
- Go to https://ci.appveyor.com/project/masatake/ctags/branch/master
- Click the ```compiler=msvc_msys2, ARCH=x64, ...``` (or ```compiler=msvc_msys2, ARCH=x86, ...```) build.
- View the *Artifacts* tab and download ```ctags-XXXXXX-x64.zip``` (or ```ctags-XXXXXX-x86.zip```). (```XXXXXX``` is a version number or a commit ID.)
- Add the binary folder to your PATH.
Expand Down

0 comments on commit fe80bd4

Please sign in to comment.