From 883376b0c816412872478248c05c6654932c9f55 Mon Sep 17 00:00:00 2001 From: claudemiro Date: Sat, 13 Jun 2015 09:23:29 -0300 Subject: [PATCH] Updated Readme. Updated the readme to explain how to install the package. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8dfc60a..439d0d1 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,14 @@ This software is written in Go - the WYSIWYG lang # Building -This software use the standard GOPATH structure and Godep as "dependency manager", so, install [godep](https://github.com/tools/godep) first. +```console +$ go get github.com/dimiro1/ipe +``` + +or simply ```console -$ go get github.com/tools/godep -$ godep get github.com/dimiro1/ipe +$ go install github.com/dimiro1/ipe ``` # How to configure? @@ -39,7 +42,6 @@ $ godep get github.com/dimiro1/ipe ```json { "Host": ":8080", - "Expvar": true, "User": "Username", "Password": "123456", "Apps": [ @@ -136,7 +138,7 @@ Claudemiro Alves Feitosa Neto # LICENSE -Copyright 2014 Claudemiro Alves Feitosa Neto. All rights reserved. +Copyright 2014, 2015 Claudemiro Alves Feitosa Neto. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.