Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 584 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 584 Bytes

Seabird

Build Status

Requirements

  • go >= 1.6
  • gcc

Configuring

A sample config file is provided here. Note that this config file only has values specified for plugins. Some may not be needed.

Config is pulled from the environment variable SEABIRD_CONFIG. Set with

export SEABIRD_CONFIG=$HOME/config.toml

Running

go get ./...
SEABIRD_CONFIG=$HOME/config.toml go run cmd/seabird/main.go

License

BSD