diff --git a/README.md b/README.md
index d63879f..e4d96a7 100644
--- a/README.md
+++ b/README.md
@@ -29,9 +29,15 @@ sudo cp /etc/apache2/sites-available/420-2023.fossy.us.conf /etc/apache2/sites-a
 sudo sed -i 's/2023/2024/g' /etc/apache2/sites-available/420-2024.fossy.us.conf
 ```
 
-After updating the DNS, you can then create an HTTPS certificate:
+After setting up the 2025 DNS and pointing the 2024 to the archive server, create an HTTPS certificate:
 
 ```
 sudo certbot certonly --verbose --domains 2024.fossy.us --agree-tos --email=sysadmin@sfconservancy.org
 ```
 
+If you need to update the web server with changes from the repository:
+
+```
+cd /var/www/2024.fossy.us
+sudo -u www-data git pull
+```