diff --git a/README.md b/README.md index 514f776..46630ac 100644 --- a/README.md +++ b/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.