From 71fad57561c9d231d0efb284e2081476841d9438 Mon Sep 17 00:00:00 2001 From: Neal Caffery Date: Sun, 19 Nov 2017 18:14:18 +0800 Subject: [PATCH] add environment requirements --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1aea1be..121912c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ I wish this tool will perform just like its name!:smirk: * Nearly realtime search after index * Now, the search supports Chinese and English words. Maybe the search still need optimization. +## Environment requirements +* The application is based on x64 OS JDK. +* The JRE version is 1.8. The JRE has been included in the file folder. + ## Main techniques * [lucene](https://lucene.apache.org/core/) * [javaFX](http://www.oracle.com/technetwork/java/javafx/overview/index.html)