Skip to content

Commit c3746ae

Browse files
committed
ref: simplify phel phar curl
1 parent 6277ba9 commit c3746ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/documentation/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Commands are available through `vendor/bin/phel`.
2929
[latest GitHub release](https://github.com/phel-lang/phel-lang/releases):
3030

3131
```bash
32-
curl -L https://github.com/phel-lang/phel-lang/releases/latest/download/phel.phar -o phel.phar
32+
curl -L https://phel-lang.org/phar -o phel.phar
3333
php phel.phar --version
3434
```
3535

0 commit comments

Comments
 (0)