From d3db5c00376dd279b09f3127ac666a333fd3de44 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 17 May 2017 10:12:39 -0400 Subject: [PATCH] README: format and notice Fixes #3 Add a notice that these bindings are incomplete Signed-off-by: Vincent Batts --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b1babaa..25ac423 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,23 @@ -go-cgroup -========= +# go-cgroup Bindings to the libcgroup library +## Notice -Installing -========== +_these bindings are incomplete_ - go get github.com/vbatts/go-cgroup - +## Installing + +```shell +go get github.com/vbatts/go-cgroup +``` on debian, you'll need packages: golang, libcgroup-dev on fedora, you'll need packages: golang, libcgroup-devel -Sample -====== +## Sample -``` +```golang package main import "github.com/vbatts/go-cgroup" @@ -39,7 +40,7 @@ func main() { } ``` -Contributing -============ +## Contributing + Fork and Pull Request please!