1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-07 23:01:56 +02:00
echo/website/content/guide/installation.md
Vishal Rana f4b0004d2b website/recipe in the main repo
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 09:11:07 -07:00

725 B

+++ title = "Installation" description = "Installing Echo" [menu.side] name = "Installation" parent = "guide" weight = 1 +++

Installation

Echo is developed and tested using Go 1.6.x and 1.7.x

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

Ideally, you should rely on a package manager like glide or govendor to use a specific version of Echo.

Migrating from v1

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