mirror of
https://github.com/labstack/echo.git
synced 2025-01-07 23:01:56 +02:00
f4b0004d2b
Signed-off-by: Vishal Rana <vr@labstack.com>
725 B
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.