Skip to content

Commit

Permalink
chore: 📝 Added info on running 'jytte' through Bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
langecode committed Apr 6, 2021
1 parent 19f7151 commit 765cf6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Run the application locally simply use `go run` like so:
go run cmd/jytte/main.go
```

or from Bazel:

```bash
bazel run //cmd/jytte:jytte
```

Building local container image run:

```bash
Expand Down

0 comments on commit 765cf6b

Please sign in to comment.