Skip to content
This repository was archived by the owner on Apr 10, 2019. It is now read-only.

Commit f428410

Browse files
pankonaalecthomas
authored andcommitted
Add missing option "-L" for gometalinter installation via curl
Fixes #535.
1 parent 17a7ffa commit f428410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ It is intended for use with editor/IDE integration.
4747

4848
To install the latest stable release:
4949

50-
curl https://git.io/vp6lP | sh
50+
curl -L https://git.io/vp6lP | sh
5151

5252
Alternatively you can install a specific version from the [releases](https://github.com/alecthomas/gometalinter/releases) list.
5353

@@ -332,7 +332,7 @@ are three things to try in that case:
332332
333333
#### 1. Update to the latest build of gometalinter and all linters
334334
335-
curl https://git.io/vp6lP | sh
335+
curl -L https://git.io/vp6lP | sh
336336
337337
If you're lucky, this will fix the problem.
338338

0 commit comments

Comments
 (0)