From fd8135fb950fa9fb7915123babf0b83a7d9e46cf Mon Sep 17 00:00:00 2001 From: visionmercer Date: Mon, 20 Apr 2026 11:08:53 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c7390b2..4a81710 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ISOSilo -A Vibe coded Go web server that lets you browse and download files from ISO +A Go web server that lets you browse and download files from ISO 9660 images via your browser, without mounting them. ## Features @@ -10,8 +10,6 @@ A Vibe coded Go web server that lets you browse and download files from ISO manager - **File downloads** - download individual files directly from within an ISO - **Clean UI** - dark-themed, responsive interface with file-type icons -- **Safe** - path traversal protection; only `.iso` files in the served - directory are accessible - **Zero mount required** - reads ISO images directly using the ISO 9660 library ## Installation