From 1b7aeeafc1e4f3dd468e1333fe0c1347fe71e9fb Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 31 Mar 2016 10:11:05 -0400 Subject: [PATCH] Link to resin-plugin-hello from README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e002617a..a14ca338 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ $ resin help $ resin quickstart ``` +Plugins +------- + +The Resin CLI can be extended with plugins to automate laborious tasks and overall provide a better experience when working with Resin.io. Check the [plugin development tutorial](https://github.com/resin-io/resin-plugin-hello) to learn how to build your own! + FAQ ---