Skip to content

Commit

Permalink
fix build instruction typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Martti von Hertzen authored and komu committed Jan 31, 2023
1 parent 0bdb4f0 commit 40bdce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bin/elasticsearch-plugin install https://github.com/EvidentSolutions/elasticsear
### Docker
Building the plugin and running with docker
```
./gradlew build --DelastisearchVersion=8.5.3
./gradlew build -DelasticsearchVersion=8.5.3
cd etc
docker compose build --build-arg "ES_VERSION=8.5.3"
docker compose up
Expand Down Expand Up @@ -88,7 +88,7 @@ Just make sure to uninstall the old plugin `bin/elasticsearch-plugin remove elas
this one in place.

## License and copyright

Copyright (C) 2021-2022 Evident Solutions Oy

This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 40bdce4

Please sign in to comment.