We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5583ae commit d5271a0Copy full SHA for d5271a0
plugins/README.md
@@ -12,7 +12,7 @@ Before contributing, please consult our [Contributing Guide](../CONTRIBUTING.md)
12
13
### Building a Devbox CLI with your Plugin
14
15
-1. Follow the instructions in our [Contributing Guide](CONTRIBUTING.md) to set up your Devbox development environment
+1. Follow the instructions in our [Contributing Guide](../CONTRIBUTING.md) to set up your Devbox development environment
16
2. Create a new JSON file with your plugin's name. For example, for a `mysql` plugin, you would create `mysql.json`.
17
3. Add the configuration, then build a new version of Devbox with your plugin using `devbox run build`
18
4. You can now test your plugin using the CLI in `dist/devbox`.
0 commit comments