Skip to content

Update getting-started.md #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/understrap-child/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,21 @@ IMPORTANT: If you download Understrap from GitHub make sure you rename the "unde
1. Go into your WP admin backend
1. Go to "Appearance -> Themes"
1. Activate the Understrap Child theme

## Install via Git and npm

Open your terminal and browse to the location where you want to install Understrap child theme. Same directory you installed Understrap (usually in your /wp-content/themes):

`cd path/to/location/`

If needed create the proper folder:

`mkdir understrap-child`

Now pull in the Understrap child theme via GitHub with:

`git clone https://github.com/understrap/understrap-child.git`

Install all dependencies by running this command in the Understrap folder `cd understrap-child`:

`npm install`