Browse Source

Updated README.md

main
Kenneth John Odle 3 years ago
parent
commit
cd0c293648
  1. 8
      README.md

8
README.md

@ -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.

Loading…
Cancel
Save