mirror of
https://github.com/vbatts/go-cgroup.git
synced 2024-11-27 10:55:40 +00:00
README: format and notice
Fixes #3 Add a notice that these bindings are incomplete Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
1ab93081d9
commit
d3db5c0037
1 changed files with 12 additions and 11 deletions
21
README.md
21
README.md
|
@ -1,22 +1,23 @@
|
||||||
go-cgroup
|
# go-cgroup
|
||||||
=========
|
|
||||||
|
|
||||||
Bindings to the libcgroup library
|
Bindings to the libcgroup library
|
||||||
|
|
||||||
|
## Notice
|
||||||
|
|
||||||
Installing
|
_these bindings are incomplete_
|
||||||
==========
|
|
||||||
|
|
||||||
|
## Installing
|
||||||
|
|
||||||
|
```shell
|
||||||
go get github.com/vbatts/go-cgroup
|
go get github.com/vbatts/go-cgroup
|
||||||
|
```
|
||||||
|
|
||||||
on debian, you'll need packages: golang, libcgroup-dev
|
on debian, you'll need packages: golang, libcgroup-dev
|
||||||
on fedora, you'll need packages: golang, libcgroup-devel
|
on fedora, you'll need packages: golang, libcgroup-devel
|
||||||
|
|
||||||
Sample
|
## Sample
|
||||||
======
|
|
||||||
|
|
||||||
```
|
```golang
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import "github.com/vbatts/go-cgroup"
|
import "github.com/vbatts/go-cgroup"
|
||||||
|
@ -39,7 +40,7 @@ func main() {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Contributing
|
## Contributing
|
||||||
============
|
|
||||||
Fork and Pull Request please!
|
Fork and Pull Request please!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue