Skip to content

Commit

Permalink
Merge pull request #466 from StephenGrider/patch-1
Browse files Browse the repository at this point in the history
Clarify developing plugins docs
  • Loading branch information
abrenneke authored Dec 31, 2024
2 parents c61c710 + cd1ad65 commit 393170e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/docs/docs/user-guide/plugins/creating-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,8 @@ To do this,
4. Use `Add NPM Plugin` in rivet, and pass in `<plugin-name>` as the package name. This will install your plugin from the local directory.
5. If you are using the example plugins, you can run `yarn dev` in the `package` folder to automatically watch for changes and rebuild your plugin. Then, you only need to restart Rivet on each change in order to see your changes in Rivet.

Note: You do not need to manually create these directories if you are using either of the starter plugin repositories linked earlier in this document. These repositories will automatically create the appropriate directories for you.

## Further Help

For more help, join the [Rivet Discord](https://discord.gg/qT8B2gv9Mg), we're happy to help with your plugin development!

0 comments on commit 393170e

Please sign in to comment.