Skip to content

Commit 7c58856

Browse files
authored
added installation command in guide (labstack#1443)
* added installation command in guide * fixed lints
1 parent c2f2e8d commit 7c58856

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ Lower is better!
5050

5151
## [Guide](https://echo.labstack.com/guide)
5252

53+
### Installation
54+
55+
```go
56+
// go get github.com/labstack/echo/{version}
57+
go get github.com/labstack/echo/v4
58+
```
59+
5360
### Example
5461

5562
```go

0 commit comments

Comments
 (0)