From 3f48cd74d625d9d48b4f0a3fe5e484f328520f20 Mon Sep 17 00:00:00 2001 From: shyam-cb <131658626+shyam-cb@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:36:34 +0530 Subject: [PATCH] docs: added installation instructions (#3) * added documentation link * added installation info --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 73e87af..6b1e1da 100644 --- a/README.md +++ b/README.md @@ -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`