File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 66* .zip
77config.json
88config.yaml
9+ crowsnest- * - *
910
1011# ## Go ###
1112# Binaries for programs and plugins
Original file line number Diff line number Diff line change @@ -66,6 +66,10 @@ Personally I use this to keep my website up to date as the files are published t
6666
6767If you find a bug or would like to request a new feature please open an [Issue](https://github.com/psidex/CrowsNest/issues/new).
6868
69+ # # Docker
70+
71+ If you want to try it out in Docker there are images available on [Docker Hub](https://hub.docker.com/repository/docker/psidex/crowsnest).
72+
6973# # Development
7074
7175Requires [govvv](https://github.com/ahmetb/govvv) to build correctly.
Original file line number Diff line number Diff line change 1- govvv build - pkg github.com / psidex/ CrowsNest/ cmd - o crowsnest.exe .\main.go
1+ govvv build - pkg github.com / psidex/ CrowsNest/ cmd - o crowsnest-windows-amd64.exe .\main.go
2+
3+ $Env: GOOS = " linux" ; $Env: GOARCH = " amd64" ; $Env: CGO_ENABLED = 0 ;
4+
5+ govvv build - pkg github.com / psidex/ CrowsNest/ cmd - o ./ crowsnest- linux- amd64 ./ main.go
You can’t perform that action at this time.
0 commit comments