Merge pull request #16 from cloudflare/license

License
This commit is contained in:
Matt Bostock
2017-03-28 09:55:26 +01:00
committed by GitHub
3 changed files with 13 additions and 4 deletions

View File

@@ -2,7 +2,8 @@
## Getting Started
To get started follow `Building from source` section of the `README.md` file.
To get started follow `Building from source` section of the [README](README.md)
file.
## Testing changes
@@ -31,7 +32,7 @@ To update specific vendor package run manul manually:
## Running
To build and start `unsee` from local branch see `Running` section of the
`README.md` file.
[README](README.md) file.
When working with assets (templates, stylesheets and javascript files) `DEBUG`
flag for make can be set, which will recompile binary assets in debug mode,

View File

View File

@@ -31,8 +31,8 @@ To clone git repo and build the binary yourself run:
`unsee` is configured via environment variables or command line flags.
Environment variable `ALERTMANAGER_URI` or cli flag `-alertmanager.uri` is the
only option required to run. See `Environment variables` section below for the
full list of supported environment variables. Examples:
only option required to run. See [Environment variables](#environment-variables)
section below for the full list of supported environment variables. Examples:
ALERTMANAGER_URI=https://alertmanager.example.com unsee
unsee -alertmanager.uri https://alertmanager.example.com
@@ -255,3 +255,11 @@ This option can also be set using `-strip.labels` flag. Example:
$ unsee -strip.labels "prometheus_instance alert_type"
This variable is optional and default is not set (all labels will be shown).
## Contributing
Please see [CONTRIBUTING](/CONTRIBUTING.md) for details.
## License
Apache License 2.0, please see [LICENSE](/LICENSE).