Updated README.md

This commit is contained in:
Kenneth John Odle 2021-08-01 19:27:09 -04:00
parent f6acb9ea48
commit cd0c293648

View File

@ -34,11 +34,13 @@ The theme will then appear in your list of available themes.
To check for updates, log in via the command line, and navigate to the `wp-content/themes/portage` directory and execute the following command:
git status
git diff ...origin
If updates are available, you can update your installation by executing the following command:
If the project has not been updated, that command will not ouput anything. If the project has been updated, git will begin displaying what has changed, a page at a time. If you don't want to review that, press `q` to quit.
git pull origin main
You can update your installation by executing the following command:
git pull
Again, please do **not** install this theme on production sites.