From d39ed0021bb50adc42a8f8aa7e1d2ee9d78377e2 Mon Sep 17 00:00:00 2001 From: Poly Takahiro Horikawa Date: Tue, 10 Dec 2013 23:14:35 -0800 Subject: [PATCH] Update README --- README.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6401339..150f70d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,39 @@ MyGlazz ======= -Yet Another `My Glass` app running on PC. +Yet Another My Glass app running on PC. + +## Requirements +* JRE 1.6 or later +* Bluetooth is turning on +* ADB or Android SDK is NOT required (!) + +## Usage + +Download jar file and just double click it. + +## Release Notes + +Coming soon… + +## License + +[Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) + +## Acknowledgements + +Most of UI code is an update of [Android Screen Monitor](https://github.com/adakoda/android-screen-monitor)'s code. + +It also uses following open source libraries: + +* [BlueCove](http://bluecove.org/) for Bluetooth communication. +* [GlassBluetoothProtocol](https://github.com/thorikawa/GlassBluetoothProtocol) for communicating with Google Glass. + +## Contributing + +Please fork this repository and contribute back using +[pull requests](https://github.com/thorikawa/MyGlazz/pulls). + +Any contributions, large or small, major features, bug fixes, additional +language translations, unit/integration tests are welcomed and appreciated +but will be thoroughly reviewed and discussed. \ No newline at end of file