1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-22 20:06:21 +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

559 B

title menu
Installation
side
parent weight
guide 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

$ go get github.com/labstack/echo

Update

$ go get -u github.com/labstack/echo

Migrating from v1

Echo follows semantic versioning managed through GitHub releases. Specific version of Echo can be installed using a package manager.