Updated Readme.
Updated the readme to explain how to install the package.
This commit is contained in:
@@ -25,11 +25,14 @@ This software is written in Go - the WYSIWYG lang
|
|||||||
|
|
||||||
# Building
|
# 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
|
```console
|
||||||
$ go get github.com/tools/godep
|
$ go install github.com/dimiro1/ipe
|
||||||
$ godep get github.com/dimiro1/ipe
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# How to configure?
|
# How to configure?
|
||||||
@@ -39,7 +42,6 @@ $ godep get github.com/dimiro1/ipe
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"Host": ":8080",
|
"Host": ":8080",
|
||||||
"Expvar": true,
|
|
||||||
"User": "Username",
|
"User": "Username",
|
||||||
"Password": "123456",
|
"Password": "123456",
|
||||||
"Apps": [
|
"Apps": [
|
||||||
@@ -136,7 +138,7 @@ Claudemiro Alves Feitosa Neto
|
|||||||
|
|
||||||
# LICENSE
|
# 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
|
Use of this source code is governed by a MIT-style
|
||||||
license that can be found in the LICENSE file.
|
license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user