Browse Source

Merge pull request #1002 from jlengstorf/docs/tutorial

docs(tutorial): added a reference to the tutorial series
legacy-quote-reserved-properties
Rich Harris 8 years ago
committed by GitHub
parent
commit
72b442f639
  1. 2
      README.md

2
README.md

@ -36,6 +36,8 @@
Rollup can be used via a [JavaScript API](https://github.com/rollup/rollup/wiki/JavaScript-API) or a [Command Line Interface](https://github.com/rollup/rollup/wiki/Command-Line-Interface). Install with `npm install -g rollup` and run `rollup --help` to get started.
If the command line's not your jam, there's also a [step-by-step tutorial video series](https://code.lengstorf.com/learn-rollup-js/) (with accompanying written walkthrough).
[Dive into the wiki](https://github.com/rollup/rollup/wiki) when you're ready to learn more about Rollup and ES6 modules.

Loading…
Cancel
Save