LUCENE-9448: Move README.txt to README.md; We no lonnger have txt format README on the master.

This commit is contained in:
Tomoko Uchida 2020-08-21 10:20:37 +09:00
parent 581e836569
commit bbd21aa422
2 changed files with 4 additions and 2 deletions

View File

@ -105,7 +105,7 @@ task standaloneAssemble(type: Sync) {
from configurations.runtimeClasspath
from(file("src/distribution"), {
filesMatching("README.txt", {
filesMatching("README.md", {
filteringCharset = 'UTF-8'
filter(ExpandProperties, project: antHelper)
})

View File

@ -1,6 +1,8 @@
# Luke
This is Luke, Apache Lucene low-level index inspection and repair utility.
Luke requires Java ${required.java.version}. You can start it with:
java -jar ${luke.cmd}
Happy index hacking!
Happy index hacking!