diff --git a/README.md b/README.md
index 06a4b20ccdd7d6dabd9fb8858bdc1a949f16cf0d..83e4bd32b3c77aff5c019df2563d4d95c28abb14 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,12 @@ ascr role php
 # - Stop FPM 7.1
 # - Restart FPM 7.3
 
+
 a -m service -a "name=php7.1-fpm state=stopped enabled=no"
 a -m service -a "name=php7.3-fpm state=started enabled=yes"
 ascr jailkit-upgrade
 
+# On the Host
+update-alternatives --config php
 etckeeper commit -m "After PHP update to PHP 7.3"
 ```