README.md in headdesk-0.1.0 vs README.md in headdesk-0.2.0

- old
+ new

@@ -33,31 +33,31 @@ ## Usage Command line usage instruction: - $ bundle exec exe/headdesk + $ headdesk - $ bundle exec exe/headdesk help [COMMAND] + $ headdesk help [COMMAND] Analize an APK - $ bundle exec exe/headdesk analize [APK] + $ headdesk analize [APK] This will unpack the APK to a temporary path, analize and print to STDOUT the results in plaintext. For JSON output pass `--json`. - $ bundle exec exe/headdesk analize --path [path to unpacked APK] + $ headdesk analize --path [path to unpacked APK] This will analize an already unpacked APK. Unpack an APK - $ bundle exec exe/headdesk unpack APK [DESTINATION] + $ headdesk unpack APK [DESTINATION] This will unpack an APK to the specified DESTINATION, or to the current working directory. - $ bundle exec exe/headdesk unpack APK [DESTINATION] --analize + $ headdesk unpack APK [DESTINATION] --analize This will unpack an APK to the specified DESTINATION, or to the current working directory, and then perform analysis. ## Development @@ -65,10 +65,14 @@ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/gocarrot/headdesk. +Bug reports and pull requests are welcome on GitHub at https://github.com/GoCarrot/headdesk. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). + +## Apktool + +`headdesk` uses [Apktool](https://github.com/iBotPeaches/Apktool), without modifications.