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

27 lines
559 B
Markdown
Raw Normal View History

---
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).