diff --git a/README.md b/README.md index 11682ea..36bac41 100644 --- a/README.md +++ b/README.md @@ -36,24 +36,24 @@ This is a redis client GUI tool written based on Java SWT and Jedis. It's my obj ### If you don't want to install JDK -1. Please download [redisclient-win32.x86.1.0.exe](https://raw.githubusercontent.com/caoxinyu/RedisClient/master/release/redisclient-win32.x86.1.0.exe) -2. Double click redisclient-win32.x86.1.0.exe to install it to directory you choosed -3. Run it by double click redisclient-win32.x86.1.0.exe +1. Please download [redisclient-win32.x86.1.5.exe](https://raw.githubusercontent.com/caoxinyu/RedisClient/master/release/redisclient-win32.x86.1.5.exe) +2. Double click redisclient-win32.x86.1.5.exe to install it to directory you choosed +3. Run it by double click redisclient-win32.x86.1.5.exe ### If you have installed the JDK or JRE 5+ #### For 64 bit windows - 1. Download the runable jar file [redisclient-win32.x86_64.1.0.jar](https://github.com/caoxinyu/RedisClient/blob/master/release/redisclient-win32.x86_64.1.0.jar?raw=true) - 2. Run the redisclient-win32.x86_64.1.0.jar + 1. Download the runable jar file [redisclient-win32.x86_64.1.5.jar](https://github.com/caoxinyu/RedisClient/blob/master/release/redisclient-win32.x86_64.1.5.jar?raw=true) + 2. Run the redisclient-win32.x86_64.1.5.jar * You can run it by double clicking it if your registry for jar file is configured correctly. - * Or you can run it from command line, and input `java -jar redisclient-win32.x86_64.1.0.jar`. Please pay attention to run it as administrator in windows 8. + * Or you can run it from command line, and input `java -jar redisclient-win32.x86_64.1.5.jar`. Please pay attention to run it as administrator in windows 8. #### For 32 bit windows - 1. Download the runable jar file [redisclient-win32.x86.1.0.jar](https://github.com/caoxinyu/RedisClient/blob/master/release/redisclient-win32.x86.1.0.jar?raw=true) - 2. Run the redisclient-win32.x86.1.0.jar + 1. Download the runable jar file [redisclient-win32.x86.1.5.jar](https://github.com/caoxinyu/RedisClient/blob/master/release/redisclient-win32.x86.1.5.jar?raw=true) + 2. Run the redisclient-win32.x86.1.5.jar * You can run it by double clicking it if your registry for jar file is configured correctly. - * Or you can run it from command line, and input `java -jar redisclient-win32.x86.1.0.jar`. + * Or you can run it from command line, and input `java -jar redisclient-win32.x86.1.5.jar`. ## Donate