Skip to content

Commit 8460f89

Browse files
committed
Updated README.md
1 parent c5a5743 commit 8460f89

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
@@ -30,15 +30,15 @@ Then this is the tool for you.
3030
Download and put binary in `/usr/bin`
3131

3232
$ sudo su `must be installed as root, if placed in /usr/bin/`
33-
$ curl -L https://github.com/firecow/gitlab-runner-local/releases/download/1.1.0/linux.gz | gunzip -c > /usr/bin/gitlab-runner-local
33+
$ curl -L https://github.com/firecow/gitlab-runner-local/releases/latest/download/linux.gz | gunzip -c > /usr/bin/gitlab-runner-local
3434
$ chmod +x /usr/bin/gitlab-runner-local
3535

3636
## Windows (Git bash)
3737
Install [gitbash](https://git-scm.com/downloads)
3838

3939
Download and put binary in `C:\Program Files\Git\mingw64\bin`
4040

41-
$ curl -L https://github.com/firecow/gitlab-runner-local/releases/download/1.1.0/win.gz | gunzip -c > /c/Program\ Files/Git/mingw64/bin/gitlab-runner-local.exe
41+
$ curl -L https://github.com/firecow/gitlab-runner-local/releases/latest/download/win.gz | gunzip -c > /c/Program\ Files/Git/mingw64/bin/gitlab-runner-local.exe
4242

4343
## Macos
4444
TODO: Fill this

0 commit comments

Comments
 (0)