1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-26 21:35:56 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-03-11 22:37:55 +02:00
parent 0473648bd6
commit 946ea6787d
59 changed files with 171 additions and 311 deletions

View File

@@ -462,14 +462,14 @@ O único requisito é a [Linguagem de programação Go](https://go.dev/dl/).
$ mkdir myapp
$ cd myapp
$ go mod init myapp
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta7
$ go get github.com/kataras/iris/v12@latest # or @v12.2.0
```
<details><summary>Instalar num projeto existente</summary>
```sh
$ cd myapp
$ go get github.com/kataras/iris/v12@master
$ go get github.com/kataras/iris/v12@latest
```
**Run**