From d313f8b629a5db0e1520156b31e523ff865fa23a Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 18 Feb 2024 15:00:40 +0800 Subject: [PATCH] docs: Update README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76c2dd1..9a4f39f 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,15 @@ gem 'rongcloud-server-sdk', require: 'rongcloud' And then execute: - $ bundle install +```console +$ bundle install +``` Or install it yourself as: - $ gem install rongcloud-server-sdk +```console +$ gem install rongcloud-server-sdk +``` ## Usage @@ -150,7 +154,7 @@ verified = RongCloud::Signer.verify?( ## Development -After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. +After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. 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 the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).