Skip to content

Commit

Permalink
📘 Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Dec 2, 2020
1 parent 4f7b035 commit 0591db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The installation is easy. You can download a prebuilt binary from [releases page

### from Source

If you have go1.14+ compiler installed and configured:
If you have go1.15+ compiler installed and configured:

```bash
▶ GO111MODULE=on go get -v github.com/dwisiswant0/galer
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dwisiswant0/galer

go 1.14
go 1.15

require (
github.com/chromedp/chromedp v0.5.3
Expand Down

0 comments on commit 0591db4

Please sign in to comment.