Skip to content

Commit 1867449

Browse files
author
Kieran Jackson
committed
Fixed broken Phar download link
1 parent 597c585 commit 1867449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export PATH=$PATH:$HOME/.composer/vendor/bin
100100
Download from Github:
101101

102102
```bash
103-
$> wget -O /usr/bin/task https://github.com/task/cli/releases/v0.3.0/task.phar
103+
$> wget -O /usr/bin/task https://github.com/taskphp/cli/releases/download/v0.3.0/task.phar
104104
$> chmod +x /usr/bin/task
105105
```
106106

0 commit comments

Comments
 (0)