File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,32 +20,8 @@ for us to support them.
2020
2121## Installation
2222
23- After installing [ asdf] ( https://asdf-vm.com/guide/getting-started.html ) , install the plugin by running:
24-
25- ``` bash
26- asdf plugin add php https://github.com/asdf-community/asdf-php.git
27- ```
28-
29- or update an existing installation:
30-
31- ``` bash
32- asdf plugin update php
33- ```
34-
35- Then use ` asdf-php ` to manage php:
36-
3723``` bash
38- # Show all installable versions
39- asdf list all php
40-
41- # Install specific version
42- asdf install php 8.5.0
43-
44- # or install latest tagged version with
45- asdf install php latest
46-
47- # Set a version globally (on your ~/.tool-versions file)
48- asdf set --home php latest
24+ asdf plugin-add php https://github.com/asdf-community/asdf-php.git
4925```
5026
5127## Note
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments