Skip to content

Commit daa78f2

Browse files
authored
Update README.md (#92)
Greetings from the Netlify Docs team! I’m proposing a small update to your README. Build Plugins are now out of beta, and we want to encourage plugins that are included in the Plugins directory to include UI-based installation instructions. Feel free to edit and merge as you see fit.
1 parent 92bbe3e commit daa78f2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55

66
## Install and use
77

8-
Enable Netlify Build Plugins Beta from `https://app.netlify.com/teams/<your team name>/enable-beta` for the projects that need to use this plugin. Here is the link from the Netlify UI
8+
You can install this plugin in the Netlify UI from this [direct in-app installation link](https://app.netlify.com/plugins/netlify-plugin-cypress/install) or from the [Plugins directory](https://app.netlify.com/plugins).
99

10-
![Enable beta button](images/beta.png)
11-
12-
Add `netlify-plugin-cypress` NPM package as a dev dependency to your repository.
10+
For file based installation, add `netlify-plugin-cypress` NPM package as a dev dependency to your repository.
1311

1412
```shell
1513
npm install --save-dev netlify-plugin-cypress

0 commit comments

Comments
 (0)