README.md in crowdin-cli-0.5.5 vs README.md in crowdin-cli-0.5.6
- old
+ new
@@ -1,7 +1,12 @@
-# Crowdin-CLI
+# Crowdin-CLI Ruby is now deprecated
+[crowdin-cli-2](https://github.com/crowdin/crowdin-cli-2) is a ground-up rewrite in Java with a new flow, incredible speed, but the same core idea.
+This repository remains available for existing applications built on what we now call Crowdin-CLI Ruby.
+
+## Crowdin-CLI Ruby
+
[Crowdin Integration Utility Homepage](http://crowdin.com/page/cli-tool)
| [Support](http://crowdin.com/contacts)
| [crowdin.com Homepage](http://crowdin.com)
| [crowdin-api RubyDoc](http://rubydoc.info/github/crowdin/crowdin-api/)
@@ -444,11 +449,11 @@
Installation/SystemRequirements:
- Linux
- Java
-- rvm/rbenv
+- rvm/rbenv
Install latest version of JRuby `>=9.0.0.0` and Warbler gem `>=2.0.0`:
```
$ rvm install jruby
@@ -502,9 +507,18 @@
Run jar in any computer with installed Java:
```
java -jar <myapp>.jar
```
+
+#### Installing as a Java Application
+
+We bundled crowdin-cli as a Java application to let you start using crowdin-cli easier.
+This method does not require installation. To get started:
+
+1. [Download crowdin-cli.jar](https://crowdin.com/downloads/crowdin-cli.jar "Download crowdin-cli bundled as Java application") and save to your hard drive
+2. Check that you have Java 7 installed
+3. Add the crowdin-cli.jar file to your project directory
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)