README.md in gonative-cli-0.5.3 vs README.md in gonative-cli-0.5.4
- old
+ new
@@ -1,23 +1,24 @@
# Gonative::Cli
-Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/gonative/cli`. To experiment with that code, run `bin/console` for an interactive prompt.
+This cli is a tool to create/publish new plugins for GoNative apps.
-TODO: Delete this and the text above, and describe your gem
-
## Installation
-Add this line to your application's Gemfile:
+This gem has a minimum Ruby version requirement which is 2.7.0+ macOS comes with Ruby 2.6 and so built-in Ruby cannot be used for this gem.
-```ruby
-gem 'gonative-cli'
-```
+### Homebrew
-And then execute:
+You can install newer versions of Ruby using homebrew by using
+
+ $ brew install ruby
+ $ echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc
- $ bundle install
+After that you will need to restart the terminal application for changes to take effect.
-Or install it yourself as:
+Confirm the installation by running `ruby -v`
+
+Install the gem now using:
$ gem install gonative-cli
## Usage