diff --git a/README.md b/README.md new file mode 100644 index 0000000..800c563 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# scoutfs-go + +This library provides interfaces for scoutfs +See [godoc](https://godoc.org/github.com/versity/scoutfs-go) for more details. + +[![GoDoc](https://godoc.org/github.com/versity/scoutfs-go?status.svg)](https://godoc.org/github.com/versity/scoutfs-go) + +[ScoutFS Webpage](http://scoutfs.org) + +The [ScoutFS repo](https://github.com/versity/scoutfs-kmod-dev) has ScoutFS introduction and quickstart in README.md. + +Visit [Versity Blog Post](http://www.versity.com/blog/scoutfs-aqi-demo) describing example use of this interface.