1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-12 10:13:35 +02:00
echo/website/content/guide/installation.md
Vishal Rana 57c7dccfbf docs: edit on github
Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
2016-11-16 22:51:37 -08:00

705 B

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

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 Guide

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