lib/google/cloud/bigtable/v2.rb in google-cloud-bigtable-0.1.0 vs lib/google/cloud/bigtable/v2.rb in google-cloud-bigtable-0.1.1
- old
+ new
@@ -10,10 +10,11 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+
require "google/cloud/bigtable/v2/bigtable_client"
module Google
module Cloud
module Bigtable
@@ -33,9 +34,14 @@
#
# 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
# 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
# 3. [Enable the Cloud Bigtable API.](https://console.cloud.google.com/apis/library/bigtable.googleapis.com)
# 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
+ #
+ # ### Installation
+ # ```
+ # $ gem install google-cloud-bigtable
+ # ```
#
# ### Next Steps
# - Read the [Cloud Bigtable API Product documentation][Product Documentation]
# to learn more about the product and see How-to Guides.
# - View this [repository's main README](https://github.com/GoogleCloudPlatform/google-cloud-ruby/blob/master/README.md)