diff --git a/README.md b/README.md index 3809968..eccd667 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Simple CI](https://github.com/NamelessOne91/bisturi/actions/workflows/simple_ci.yml/badge.svg)](https://github.com/NamelessOne91/bisturi/actions/workflows/simple_ci.yml) + # bisturi Poor men's network analyzer @@ -5,4 +7,4 @@ The compiled binary executable for bisturi will attempt to create a new raw sock This will fail unless the program is run with root privileges, which is not advisable. You can use [setcap](https://man7.org/linux/man-pages/man8/setcap.8.html) to grant the binary executable *only* the capability to operate on raw sockets. -This is the default behaviour of the included Makefile's **build** command. \ No newline at end of file +This is the default behaviour of the included Makefile's **build** command.