Skip to content

Commit b9f4388

Browse files
committed
fix 2.0.0 install command
1 parent d0fa95c commit b9f4388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Versions
3030
````
3131
### Elasticsearch 2.0.0
3232
````
33-
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/2.0.0/elasticsearch-sql-2.0.0.zip --install sql
33+
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.0.0/elasticsearch-sql-2.0.0.zip
3434
````
3535
After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`.
3636

0 commit comments

Comments
 (0)