Skip to content

Commit e8c221a

Browse files
committed
README
1 parent 64d6e87 commit e8c221a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
# echo-cms
1+
# Echo-cms
22
[![Build Status](https://travis-ci.org/mrLSD/echo-cms.svg?branch=master)](https://travis-ci.org/mrLSD/echo-cms) [![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/mrLSD/echo-cms/master/LICENSE)
33

4-
CMS base on Echo golang framework
4+
CMS base on Echo - golang framework
5+
#### How to install:
6+
`go get github.com/mrlsd/echo-cms`
7+
8+
#### Requirements:
9+
* Go 1.6+
10+
11+
#### Some useful command:
12+
* **run:** `make`
13+
* **build:** `make build`
14+
* **test:** `make test`
15+
* **fmt:** `make fmt`
516

617
####License: MIT [![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/mrLSD/echo-cms/master/LICENSE)

0 commit comments

Comments
 (0)