updating source path in example

pull/5941/head
meelahme 2025-03-28 15:59:21 -07:00
parent 81c4f4946b
commit 7f8b4ed132
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ You can copy example plugins from the [influxdb3_plugins repository](https://git
git clone https://github.com/influxdata/influxdb3_plugins.git
# Copy example plugins to your plugin directory
cp -r influxdb3_plugins/examples/write/* /path/to/plugins/
cp -r influxdb3_plugins/examples/wal_plugin/* /path/to/plugins/
```
#### Directly from GitHub