diff --git a/README.md b/README.md index a9f1a0c..d20a586 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ wo site create example.com --wpsubdomain --wpce # install wpmu-subdomain + C ```bash wo site create example.com --html # create example.com for static/html sites -wo site create example.com --php # create example.com with php 8.2 support +wo site create example.com --php # create example.com with php support wo site create example.com --php80 # create example.com with php 8.0 support wo site create example.com --php81 # create example.com with php 8.1 support wo site create example.com --php82 # create example.com with php 8.2 support diff --git a/install b/install index c5b2ced..1a3d7a4 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo -E bash wo # ------------------------------------------------------------------------- -# Version 3.21.0 - 2024-06-01 +# Version 3.21.0 - 2024-06-07 # ------------------------------------------------------------------------- # CONTENTS