diff --git a/README.md b/README.md index 77a3579..acdd2e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # GoSquashfs +[![PkgGoDev](https://pkg.go.dev/badge/github.com/CalebQ42/GoSquashfs)](https://pkg.go.dev/github.com/CalebQ42/GoSquashfs) + A PURE Go library to read and write squashfs. Currently, you can read a squashfs and extract files (only files at the moment). Many things are public that shouldn't be, but you can use it by using NewSquashfsReader and subsequent ReadFile.