From 1019783c90191e804d2a8d4e614725fb0cb34f53 Mon Sep 17 00:00:00 2001 From: Lee Brooks Date: Sun, 5 Jan 2014 15:07:50 +0200 Subject: [PATCH] Added installation note to the docs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 75d4cb32..ea2fe2ae 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ The fantastic ORM library for Golang, aims to be developer friendly. +## Install + +``` +go get github.com/jinzhu/gorm +``` + ## Overview * Chainable API