Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Add Build Plugin blurb #106

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@

## Installation

### Build Plugin

If you'd like to use this package but not use any of the following steps, you can install [this build plugin](https://github.com/netlify/netlify-plugin-nextjs) that wraps this package! With the build plugin, you can skip all of the following installation and setup steps.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hMmmMm. i think we should maybe hold off on this because the build plugin isn't supposed to be an alternative, it's meant to be the final iteration. at whatever point we start directing NoN users to the plugin, it should be a proactive push/suggestion to use the plugin instead of NoN and not a 'you can use this if you don't want to do extra steps'. it also at this moment has additional features over NoN (like custom netlify functions). but also it's not a big deal. would still be good to get it on people's radars. if you decide to merge the blurb as is, i'd put it under ### npm Package for now.

### npm Package

```
npm install --save next-on-netlify
```
Expand Down