Skip to content

Commit

Permalink
docs: added installation instructions (#3)
Browse files Browse the repository at this point in the history
* added documentation link

* added installation info
  • Loading branch information
shyam-cb authored Jul 5, 2024
1 parent d77fa74 commit 3f48cd7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
## Documentation:
https://couchbase-ruby-orm.com

## Installation
Add this line to your application's Gemfile:
```ruby
gem 'couchbase-orm', git: 'https://github.com/couchbase/couchbase-ruby-client'
```
And then execute:

$ bundle install

## Rails integration

Create a couchbase-orm config file `config/couchbase.yml`
Expand Down

0 comments on commit 3f48cd7

Please sign in to comment.