Skip to content

Commit

Permalink
- Fix an issue with go build
Browse files Browse the repository at this point in the history
  • Loading branch information
shellbear committed Sep 5, 2019
1 parent de882d3 commit 15682fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Then in the resulting dialog click **DOWNLOAD CLIENT CONFIGURATION** and save th

#### With go CLI
```bash
go build .
go get -v -u github.com/ShellBear/epical/...
epical version
```

#### Direct download
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package epical

import "github.com/ShellBear/epical/cmd"

Expand Down

0 comments on commit 15682fb

Please sign in to comment.