Skip to content

Commit 6156a2f

Browse files
shimaboxclaude
andcommitted
docs: use latest-release links for phar download
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 6639fc4 commit 6156a2f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ git clone https://github.com/shimabox/psap.git
3232
docker build -t psap --target dist -f psap/docker/Dockerfile psap
3333
```
3434

35-
PHP 8.3以降があれば、[リリース(v0.1.0)](https://github.com/shimabox/psap/releases/tag/v0.1.0)のpsap.pharでも使えます([使い方](docs/getting-started.md#phar))。
35+
PHP 8.3以降があれば、[最新リリース](https://github.com/shimabox/psap/releases/latest)のpsap.pharでも使えます([使い方](docs/getting-started.md#phar))。
3636

3737
インストールできたことを確認します。
3838

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ docker run --rm -v "$PWD":/workdir psap \
110110

111111
## PHAR
112112

113-
[リリース(v0.1.0)](https://github.com/shimabox/psap/releases/tag/v0.1.0)からpsap.pharをダウンロードして実行します。
113+
[最新リリース](https://github.com/shimabox/psap/releases/latest)からpsap.pharをダウンロードして実行します。
114114

115115
```bash
116-
curl -sSLO https://github.com/shimabox/psap/releases/download/v0.1.0/psap.phar
116+
curl -sSLO https://github.com/shimabox/psap/releases/latest/download/psap.phar
117117
php psap.phar analyze src/
118118
```
119119

0 commit comments

Comments
 (0)