Skip to content

Commit

Permalink
chore(goreleaser): Use build.main instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Tihomirov committed Jan 7, 2017
1 parent 83205ed commit fdbec99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 32 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
2. Run the command `go get -u github.com/whats-this/owo.go/...`, this should get the library and build/install latest CLI.
3. Check the CLI to learn how to use the library.

# gowo - CLI for owo

This is an example of how to use the library and also serves as a neat CLI.
You can find built binaries [here](https://github.com/whats-this/owo.go/releases).
To use the binaries you need owo key in a config file.
By default it looks for a config file named `.gowo.yaml` (other formats also applicable, but not tested) in `$HOME` & `./` (current working directory)
Currently gowo only cares about `key` and `cdn`, respectively `key` is the api key provided to you by service admins and `cdn` is the domain your uploaded files will be prefixed with.

# Contribute

- Fork this repository
Expand Down
20 changes: 0 additions & 20 deletions cmd/gowo/LICENSE

This file was deleted.

12 changes: 0 additions & 12 deletions cmd/gowo/README.md

This file was deleted.

1 change: 1 addition & 0 deletions cmd/gowo/goreleaser.yml → goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
repo: whats-this/owo.go
binary_name: gowo
build:
main: cmd/gowo/main.go
arches:
- amd64
- 386
Expand Down

0 comments on commit fdbec99

Please sign in to comment.