Update README.md

This commit is contained in:
Gerasimos (Makis) Maropoulos 2020-09-25 20:21:41 +03:00 committed by GitHub
parent 6509a3d0c3
commit 7cfcf9f9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,9 @@ With your help, we can improve Open Source web development for everyone!
## 📖 Learning Iris
```sh
$ go get github.com/kataras/iris/v12@v12.2.0-alpha
$ mkdir myapp
$ go mod init myapp
$ go get github.com/kataras/iris/v12@master
```
Iris contains extensive and thorough **[documentation](https://www.iris-go.com/docs)** making it easy to get started with the framework.