From 8391c55b6854dd6479988a886dd3269e8922f31b Mon Sep 17 00:00:00 2001 From: Lindsay Levine Date: Thu, 19 Nov 2020 20:49:07 -0500 Subject: [PATCH] add click to install link to README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fb7baa463..b586b4aafa 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,15 @@ This build plugin is a utility for supporting Next.js on Netlify. To enable serv There are two ways to install the plugin in your Next.js on Netlify site. -First: +**Option 1: UI-based Installation** -This plugin can be installed and managed from your site's settings on Netlify. Read more about [UI-based installation](https://docs.netlify.com/configure-builds/build-plugins/#ui-installation) in our docs. +This plugin can be installed and managed from your site's settings on Netlify. -Second: +[👉 Click to install this plugin 👈](http://app.netlify.com/plugins/@netlify/plugin-nextjs/install) + +Read more about [UI-based plugin installation](https://docs.netlify.com/configure-builds/build-plugins/#ui-installation) in our docs. + +**Option 2: File-based Installation** Create a `netlify.toml` in the root of your project. Your file should include the plugins section below: