Skip to content

Commit 157619c

Browse files
add click to install link to README (#61)
1 parent 83c78ea commit 157619c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,15 @@ This build plugin is a utility for supporting Next.js on Netlify. To enable serv
2727

2828
There are two ways to install the plugin in your Next.js on Netlify site.
2929

30-
First:
30+
**Option 1: UI-based Installation**
3131

32-
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.
32+
This plugin can be installed and managed from your site's settings on Netlify.
3333

34-
Second:
34+
[👉 Click to install this plugin 👈](http://app.netlify.com/plugins/@netlify/plugin-nextjs/install)
35+
36+
Read more about [UI-based plugin installation](https://docs.netlify.com/configure-builds/build-plugins/#ui-installation) in our docs.
37+
38+
**Option 2: File-based Installation**
3539

3640
Create a `netlify.toml` in the root of your project. Your file should include the plugins section below:
3741

0 commit comments

Comments
 (0)