1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-10 00:28:23 +02:00
echo/website/content/guide/installation.md
Vishal Rana a9c88cad63 Fixed #310
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-05 20:03:11 -08:00

27 lines
559 B
Markdown

---
title: Installation
menu:
side:
parent: guide
weight: 1
---
Echo is developed and tested using Go `1.5.x` and `1.6.x`
#### Install the latest stable version of Echo via `go get`
```sh
$ go get github.com/labstack/echo
```
#### Update
```sh
$ go get -u github.com/labstack/echo
```
#### [Migrating from v1](/guide/migrating)
Echo follows [semantic versioning](http://semver.org) managed through GitHub releases.
Specific version of Echo can be installed using a [package manager](https://github.com/avelino/awesome-go#package-management).