From 7f3c7f2b8b8772b8db990bc0158adbbd0e465c0c Mon Sep 17 00:00:00 2001 From: Sergio Andres Virviescas Santana Date: Tue, 8 Jan 2019 11:52:45 +0100 Subject: [PATCH] Added instalation's section to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c4f2d8c..2a65612 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ Atreugo Micro-framework to make simple the use of routing and middlewares in [fasthttp](https://github.com/valyala/fasthttp). +## Install + +```bash +go get github.com/savsgio/atreugo@ +``` ## Note: `*atreugo.RequestCtx` is equal than `*fasthttp.RequestCtx`, but adding extra funtionality, so you can use