Skip to content

Commit

Permalink
Merge pull request #26 from jayhill90/update-readme
Browse files Browse the repository at this point in the history
Add clarification and faq
  • Loading branch information
jayhill90 committed Jul 2, 2019
2 parents 00b0be8 + 5d7b54c commit a8c7106
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,23 @@ Currently this only supports Genesis/Genesis Sample 3.0.1. If you're running 2.1
I value feedback so if there's anything amiss feel free to open up an issue or hit me on twitter @wpdevlife.

== Installation ==
Ensure the Genesis Framework is installed.
Git clone this repo or download as zip to your plugins folder.
Activate the plugin.
Open up WP CLI and run a version of:
Open up WP-CLI and run the wp scaffold genesis command.

`wp scaffold genesis my-theme --author="Jay Hill" --uri="wpdev.life" --description="My awesome theme" --theme_uri="testinproduction.systems"`
ex: wp scaffold genesis my-theme --author="Jay Hill" --uri="wpdev.life" --description="My awesome theme" --theme_uri="testinproduction.systems"

== Frequently Asked Questions ==
Once complete, you can switch to your new theme with wp theme activate my-theme and begin development work.

== Frequently Asked Questions ==

Does this pull Genesis themes like Academy Pro or another StudioPress theme?
This will scaffold a new theme based on Genesis Sample and make the replacements to update Genesis Sample references.

== Screenshots ==


Soon.

== Changelog ==
= 0.4.2 =
Expand Down

0 comments on commit a8c7106

Please sign in to comment.