Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 848a61c

Browse files
authored
Update README.md
1 parent b3f9a39 commit 848a61c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# php-activate
2-
Switch apt installed PHP versions within a local shell, without sudo (update-alternatives), without compiling my own PHP (phpenv). without custom PHP versions (php-versions).
2+
Switch apt installed PHP versions within a local shell.
3+
4+
* No sudo is required to switch versions (in contrast to update-alternatives), so it works in IDE terminals.
5+
* No need to compile PHP (in contrast to phpenv), just use your package manager.
6+
* No need for manual PHP installs (in contrast to php-versions), system installed php versions are detected.
37

48
## Requirements
59

0 commit comments

Comments
 (0)