Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit d6776ae

Browse files
author
Phil Hawksworth
authored
update to readme
Seem like you need to install the dependencies before you can run `netlify plugins:link .`
1 parent bf402c6 commit d6776ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Then clone and activate the plugin:
2323
```
2424
git clone [email protected]:netlify/netlify-dev-plugin.git
2525
cd netlify-dev-plugin
26-
netlify plugins:link .
26+
npm install
27+
c
2728
```
2829

2930
Now you're both ready to start testing netlify dev and to contribute to the project.

0 commit comments

Comments
 (0)