Merge pull request #1714 from ruannawe/patch-1

Go into myapp folder after create it
This commit is contained in:
Gerasimos (Makis) Maropoulos 2021-01-30 22:02:50 +02:00 committed by GitHub
commit 9fae8376b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,7 @@ Venkatt Guhesan" title="vguhesan" with="75" style="width:75px;max-width:75px;hei
## 📖 Learning Iris
```sh
$ mkdir myapp
$ mkdir myapp && cd myapp
$ go mod init myapp
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-alpha2
```