Skip to content

Commit fdfc660

Browse files
author
Rob Dodson
committed
Fixup language in Readme and add newline to setup.sh
1 parent 432cc32 commit fdfc660

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ We use Jekyll 1.4.2+ and [Grunt][grunt] to generate the documentation. You'll ne
88
gem install kramdown
99
npm install -g grunt-cli
1010

11+
**Note:** If you receive permission warnings, you may need to run the above tasks with `sudo`.
12+
1113
You'll also need the App Engine SDK to run the dev_appserver and preview the docs locally. [Download the SDK](https://developers.google.com/appengine/downloads).
1214

1315
### Check out the documentation
@@ -21,7 +23,7 @@ Run the setup script:
2123
cd docs
2224
./scripts/setup.sh
2325

24-
This will run `npm install`, pull down any external dependencies, and kickoff the `grunt docs` task. **Note:** these scripts can take some time to download.
26+
This will run `npm install`, pull down any external dependencies, and kickoff the `grunt docs` task. **Note:** these scripts can take some time to install.
2527

2628
During the setup process the `polymer-all/projects` directory is populated for you. Whenever the site is released you'll need to re-run `polymer-all/tools/bin/pull-all-projects.sh` in order to refresh this directory. See the [Polymer release](#polymer-release) section for more details.
2729

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ mkdir components; cd components
88
../polymer-all/tools/bin/pull-all-polymer.sh
99
../polymer-all/tools/bin/pull-all-elements.sh
1010

11-
grunt docs
11+
grunt docs

0 commit comments

Comments
 (0)