Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Mar 11, 2020
1 parent 5a64606 commit 226e61a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ user/ contains user's views.
## Try it

```shell
$ cd example
$ go run main.go
$ go get github.com/clevergo/views/example@master

// http.Dir file system.
$ $GOPATH/bin/example -addr=:4040

// packr file system.
$ $GOPATH/bin/example -fs=packr -addr=:4040

// statik file system.
$ $GOPATH/bin/example -fs=statik -addr=:4040
```

0 comments on commit 226e61a

Please sign in to comment.