From 0e1c76436b33f3a8ac856584b7d0f2813127adc1 Mon Sep 17 00:00:00 2001 From: rajikaimal Date: Thu, 22 Nov 2018 09:42:14 +0530 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2377b8..3512854 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ [![Gitter](https://img.shields.io/badge/chat-on%20gitter-ff006f.svg?style=flat-square)](https://gitter.im/cloudlibz/gocloud) [![docs](https://camo.githubusercontent.com/df8e028288079a740c10e6cfaad2fa0e0c96014d/687474703a2f2f696d672e736869656c64732e696f2f62616467652f446f63732d6c61746573742d677265656e2e737667)](docs) -# gocloud: Cloud services library. +# gocloud GoCloud is a golang library which hides the difference between different APIs provided by varied cloud providers (AWS, GCP, OpenStack etc.) and allows you to manage different cloud resources through a unified and easy to use API. -![GoCloud Architecture](assets/gocloudarchitecture.png) + ## Service Types @@ -65,7 +65,10 @@ GoCloud is a golang library which hides the difference between different APIs pr Currently, implementations for other cloud providers are being worked on. -## Installation instructions for Linux (Ubuntu) +## Install + +### Linux (Ubuntu) + 1. Install golang. ``` $ sudo apt-get update -y