From 5b29f4d029931a71ddf4a6cddf3f89e446f3d314 Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Sun, 9 Apr 2023 21:09:53 -0500 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 061c43d..9a18a96 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# squashfs (WIP) +# squashfs [![PkgGoDev](https://pkg.go.dev/badge/github.com/CalebQ42/squashfs)](https://pkg.go.dev/github.com/CalebQ42/squashfs) [![Go Report Card](https://goreportcard.com/badge/github.com/CalebQ42/squashfs)](https://goreportcard.com/report/github.com/CalebQ42/squashfs) -A PURE Go library to read and write squashfs. +A PURE Go library to read squashfs. There is currently no plans to add archive creation support as it will almost always be better to just call `mksquashfs`. I could see some possible use cases, but probably won't spend time on it unless it's requested (open a discussion fi you want this feature). Currently has support for reading squashfs files and extracting files and folders.