Skip to content

Commit

Permalink
Added instalation's section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Jan 8, 2019
1 parent a571812 commit 7f3c7f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@<version>
```

## Note:
`*atreugo.RequestCtx` is equal than `*fasthttp.RequestCtx`, but adding extra funtionality, so you can use
Expand Down

0 comments on commit 7f3c7f2

Please sign in to comment.