Skip to content

Commit

Permalink
update README.md build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskite committed Jan 5, 2018
1 parent fd8b407 commit 318bc01
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ $ dope self-update # install the latest version of dope

$ dope check my_other_repo # check if an update is available
```

## Building/Releasing
Build with go >= 1.9.2

```$ go build```

Tag and push git, create a release on github, upload binaries for linux and darwin amd64.

Darwin binaries must be built on an OSX host.

0 comments on commit 318bc01

Please sign in to comment.