Skip to content

Commit 0d6847c

Browse files
committed
add windows note for yarn build
1 parent 13dcbcd commit 0d6847c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ __Note: Since this plugin uses the Grafana Live Streaming API, make sure to use
4444

4545
1. Clone the plugin to your Grafana plugins directory.
4646
2. Build the plugin by running `yarn install` and then `yarn build`.
47+
48+
NOTE: The `yarn build` command above might fail on a non-unix-like system, like Windows, where you can try replacing the `rm -rf` command with `rimraf` in the `./package.json` file to make it work.
49+
4750
3. Run `mage reloadPlugin` or restart Grafana for the plugin to load.
4851

4952
### Verify that the plugin is installed

0 commit comments

Comments
 (0)