Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removing jquery-infinite-scroll from install docs. it was mostly for …
…lolz
  • Loading branch information
paulirish committed Aug 9, 2012
1 parent 9378b8d commit 4377003
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/cli/install.md
Expand Up @@ -2,9 +2,9 @@

Usage: `yeoman install <packageName>`, `yeoman install <package1> <package2>`

Installs a package <name> and any packages that this depends on using Twitter Bower. A package is a folder containing a resource described by a package.json file or a gzipped tarball containing this information.
Installs a package <name> and any packages that this depends on using Twitter Bower. A package is a folder containing a resource described by a package.json file or a gzipped tarball containing this information.

Running yeoman install <name> will install the dependencies in your projects browser_modules folder.
Running yeoman install <name> will install the dependencies in your projects browser_modules folder.

Example:

Expand All @@ -13,7 +13,7 @@ yeoman install jquery
yeoman install jquery spine
```

If installing a dependency which has its own dependencies described, these dependencies will also be pulled in.
If installing a dependency which has its own dependencies described, these dependencies will also be pulled in.

Example:

Expand All @@ -29,11 +29,10 @@ Currently available packages:

* **backbone** *git://github.com/paulirish/package-backbone.git*
* **jquery-ui** *git://github.com/maccman/package-jquery-ui.git*
* **jquery-infinite-scroll** *git://github.com/paulirish/infinite-scroll.git*
* **jquery** *git://github.com/maccman/package-jquery.git*
* **knockout** *git://github.com/SteveSanderson/knockout.git*
* **modernizr** *git://github.com/josh/package-modernizr.git*
* **spine** *git://github.com/maccman/spine.git*
* **underscore** *git://github.com/paulirish/package-underscore.git*

For further information, see the section on the package manager.
For further information, see the section on the package manager.

0 comments on commit 4377003

Please sign in to comment.