Skip to content

Commit

Permalink
cd ./go_iris_app
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Nov 17, 2017
1 parent 492f5c3 commit 23b9f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Expand Up @@ -8,12 +8,15 @@
* Using [Brew](https://brew.sh/).
* Or by navigating to https://golang.org/dl.
2. Download & Install [Iris](https://iris-go.com) using go get: `go get -u github.com/kataras/iris`
3. Clone the repository.
4. Run the web app: `go run app.go`

```bash
$ brew install go
$ go get -u github.com/kataras/iris
$ cd $GOPATH/src/
$ git clone https://github.com/iris-contrib/go_iris_app.git
$ cd ./go_iris_app
$ go run app.go
```

Binary file modified readme_screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 23b9f45

Please sign in to comment.