Go into myapp after create folder

This commit is contained in:
Ruan 2021-01-26 01:46:43 -03:00 committed by GitHub
parent 197df1ef64
commit c0da1b54bd
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 ## 📖 Learning Iris
```sh ```sh
$ mkdir myapp $ mkdir myapp && cd myapp
$ go mod init myapp $ go mod init myapp
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-alpha2 $ go get github.com/kataras/iris/v12@master # or @v12.2.0-alpha2
``` ```