Updated README.md
This commit is contained in:
parent
f6acb9ea48
commit
cd0c293648
@ -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…
Reference in New Issue
Block a user