From a16aba28876dab63d105c1bc85248b783af154f4 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sat, 28 Mar 2015 16:44:28 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1559260b..6ccd698d 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go. - `http.Handler` - Serve static files, including index. +### Installatioin +```go get github.com/labstack/echo``` + ### Usage [labstack/echo/example](https://github.com/labstack/echo/tree/master/example)