Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Feb 18, 2024
1 parent 038cb7f commit d313f8b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit d313f8b

Please sign in to comment.