update getting-started section

Gerasimos (Makis) Maropoulos 2020-06-18 09:51:29 +03:00
parent 94f3a048a1
commit 77171df88c
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7

@ -91,9 +91,7 @@ func main() {
</html>
```
![overview screen](https://github.com/kataras/build-a-better-web-together/raw/master/overview_screen_1.png)
> Wanna re-start your app automatically when source code changes happens? Install the [rizla](https://github.com/kataras/rizla) tool and execute `rizla main.go` instead of `go run main.go`.
> Wanna re-start your app automatically when source code changes happens? Install the [iris-cli](https://github.com/kataras/iris-cli) tool and execute `iris-cli run` instead of `go run main.go`.
----------------