Skip to content

Commit a1f1048

Browse files
authored
Merge branch 'master' into refactor-with-php-build
2 parents a86bd3d + 73345d1 commit a1f1048

2 files changed

Lines changed: 1 addition & 65 deletions

File tree

README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff 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

bin/latest-stable

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)