Skip to content

Commit

Permalink
document how to build from source, see #11
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Jul 5, 2021
1 parent 135d4e3 commit 69de561
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
build:
go build -o gemini ./cmd/main.go

build-docker:
docker build . -t adrianhesketh/gemini

Expand Down

0 comments on commit 69de561

Please sign in to comment.