mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
version 12.2.0-beta1
This commit is contained in:
parent
ecb1c617df
commit
373adbd8c0
20
README.md
20
README.md
|
@ -281,7 +281,7 @@ Venkatt Guhesan" title="vguhesan" with="75" style="width:75px;max-width:75px;hei
|
|||
$ mkdir myapp
|
||||
$ cd myapp
|
||||
$ go mod init myapp
|
||||
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-alpha8
|
||||
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta1
|
||||
```
|
||||
|
||||
<details><summary>Install on existing project</summary>
|
||||
|
@ -291,25 +291,11 @@ $ cd myapp
|
|||
$ go get github.com/kataras/iris/v12@master
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details><summary>Install with a go.mod file</summary>
|
||||
|
||||
```txt
|
||||
module myapp
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/kataras/iris/v12 master
|
||||
```
|
||||
|
||||
**Run**
|
||||
|
||||
```sh
|
||||
$ go mod download
|
||||
$ go run main.go
|
||||
# OR just:
|
||||
# go run -mod=mod main.go
|
||||
$ go mod tidy -compat=1.18
|
||||
$ go run .
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
4
doc.go
4
doc.go
|
@ -38,11 +38,11 @@ Source code and other details for the project are available at GitHub:
|
|||
|
||||
Current Version
|
||||
|
||||
12.2.0-alpha9
|
||||
12.2.0-beta1
|
||||
|
||||
Installation
|
||||
|
||||
The only requirement is the Go Programming Language, at least version 1.17.
|
||||
The only requirement is the Go Programming Language, at least version 1.18.
|
||||
|
||||
$ go get github.com/kataras/iris/v12@master
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user