From cd0c293648c689cd8b1150f54393a8a052f33fb9 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 1 Aug 2021 19:27:09 -0400 Subject: [PATCH] Updated README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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.