diff --git a/README.md b/README.md index 5cbe988..d443ab4 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Dangerzone can convert these types of document into safe PDFs: - GIF (`.gif`) - PNG (`.png`) -Dangerzone was inspired by [Qubes trusted PDF](https://blog.invisiblethings.org/2013/02/21/converting-untrusted-pdfs-into-trusted.html), but it works in non-Qubes operating systems. It uses containers as sandboxes instead of virtual machines (using Docker for macOS, Windows, and Debian/Ubuntu, and [podman](https://podman.io/) for Fedora). +Dangerzone was inspired by [Qubes trusted PDF](https://blog.invisiblethings.org/2013/02/21/converting-untrusted-pdfs-into-trusted.html), but it works in non-Qubes operating systems. It uses containers as sandboxes instead of virtual machines (using Docker for macOS and Windows, and [podman](https://podman.io/) on Linux). Set up a development environment by following [these instructions](/BUILD.md).