From 6bfa47747c3f45a73fcb8761f3589c7fc52808c8 Mon Sep 17 00:00:00 2001 From: jlengstorf Date: Thu, 29 Sep 2016 12:46:01 -0700 Subject: [PATCH] docs(tutorial): added a reference to the tutorial series To help folks who are less comfortable with CLI help dialogs. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5de896..a181aa5 100644 --- a/README.md +++ b/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.