From 77171df88c2372c8ec9fd23b417f58a4b450da23 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Thu, 18 Jun 2020 09:51:29 +0300 Subject: [PATCH] update getting-started section --- Getting-started.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Getting-started.md b/Getting-started.md index 406e6a1..4a07a5e 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -91,9 +91,7 @@ func main() { ``` -![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`. ----------------