From 42e24fa442106629683858458cb8e215c684bbeb Mon Sep 17 00:00:00 2001 From: ChanTsune <41658782+ChanTsune@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:52:13 +0900 Subject: [PATCH] :pencil: Add `Supported Operating Systems` section --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 47c82e7e..654b58c9 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,19 @@ Also, its data structure is inspired by the PNG data structure. - [x] Extended attributes. - [x] Access Control Lists (ACLs) (experimental). +## Supported Operating Systems + +PNA (Portable Network Archive) CLI is cross-platform and compatible with the following operating systems: + +- **Windows** +- **Linux** +- **macOS** +- **FreeBSD** + +This compatibility ensures that users can utilize PNA across different environments without any platform-specific limitations. + +Further supported operating systems will be added in the future. + ## Installation ### Via Cargo