Skip to content

Commit

Permalink
Update readme to include instructions to locate folder in proper loca…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
enzolutions committed Jul 21, 2017
1 parent eee3af3 commit db17858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -23,7 +23,9 @@ $ drupal site:install
Inside your Drupal web directory run the following commands

```
$ cd /path/to/drupal/web
$ mkdir -p libraries/reactjs/build
$ cd libraries/reactjs/build
$ wget https://unpkg.com/react@15/dist/react.js
$ wget https://unpkg.com/react@15/dist/react.min.js
$ wget https://unpkg.com/react-dom@15/dist/react-dom.js
Expand Down

0 comments on commit db17858

Please sign in to comment.