Browse Source

add windows path description

Signed-off-by: Indexea <indexea.com@gmail.com>
master
Indexea Gitee 2 years ago
parent
commit
86f1d8760b
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Readme.md

+ 1
- 1
Readme.md View File

@@ -61,7 +61,7 @@ $ bin/elasticsearch-plugin install file:///<ideaseg>/elasticsearch/target/idease
$ bin/opensearch-plugin install file:///<ideaseg>/opensearch/target/ideaseg.zip
```

其中 `<ideaseg>` 为 `ideaseg` 源码所在的路径。要特别注意到是路径前必须有 `file://` 。
其中 `<ideaseg>` 为 `ideaseg` 源码所在的路径。要特别注意到是路径前必须有 `file://` ,如果是 Windows 系统,则需要路径前添加 `file:///` ,例如 `file:///D:\WORKDIR\Indexea\ideaseg\elasticsearch\target\ideaseg.zip`

安装过程会询问插件所需的权限,回车确认即可完成安装,安装完毕需要重启服务才能让插件生效。



Loading…
Cancel
Save