File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ git clone https://github.com/shimabox/psap.git
3232docker 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
Original file line number Diff line number Diff 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
117117php psap.phar analyze src/
118118```
119119
You can’t perform that action at this time.
0 commit comments