diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..71b39ce --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +See the [Flynn contributing guide](https://flynn.io/docs/contributing). diff --git a/README.md b/README.md new file mode 100644 index 0000000..c38fb86 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# noise [![GoDoc](https://godoc.org/github.com/flynn/noise?status.svg)](https://godoc.org/github.com/flynn/noise) [![Build Status](https://travis-ci.org/flynn/noise.svg?branch=master)](https://travis-ci.org/flynn/noise) + +This is a Go package that implements the [Noise Protocol +Framework](http://noiseprotocol.org). See [the +documentation](https://godoc.org/github.com/flynn/noise) for usage information.