We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2240ba7 commit f16b176Copy full SHA for f16b176
README.md
@@ -14,16 +14,11 @@ Clone the repo or download php-switch.sh
14
15
## Usage
16
17
- ./php-switch.sh add-repo Install PHPs Repo
18
-
19
- ./php-switch.sh info PHP Versions/Package Info
20
21
- ./php-switch.sh install 7.0 Install PHP Ver 7.0
22
23
- ./php-switch.sh uninstall 7.0 Unistall PHP Ver 7.0
24
25
- ./php-switch.sh to 7.2 Switch to version 7.2
26
27
- ./php-switch.sh ver Show current PHP Ver info
+ - ./php-switch.sh add-repo Install PHPs Repo
+ - ./php-switch.sh info PHP Versions/Package Info
+ - ./php-switch.sh install 7.0 Install PHP Ver 7.0
+ - ./php-switch.sh uninstall 7.0 Uninstall PHP Ver 7.0
+ - ./php-switch.sh to 7.2 Switch to version 7.2
+ - ./php-switch.sh ver Show current PHP Ver info
28
29
0 commit comments