diff --git a/README.md b/README.md index 497c39c..1b5284b 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,13 @@ AUTHENTIK_ID_NAME=authentik_example_com_wordpress_id_v1 # the same as in authen ## Running WP-CLI +You can either run using `abra app cmd`: `abra app cmd app wp -- core check-update --major` +Or by entering the app shell: +1. `abra app run app bash` +2. `su -s /bin/bash www-data -c "wp core check-update --major"` + ## Network (Multi-site) 1. Set up as above