From 1bf9eeda880d9cd113479c7adaa13512cb2f7752 Mon Sep 17 00:00:00 2001 From: NitrogenPointBlue Date: Fri, 7 Oct 2022 14:48:32 -0400 Subject: [PATCH] Update README.md with rootless podman instructions --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index d36c15a1..b637ff94 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,25 @@ Git submodules for content: ## Instructions +### Rootless Podman + +Tested with a Fedora 38 XFCE qube. + +1. Install `podman`. + +2. Clone this repo, including all submodules, and enter it: + + $ git clone --recursive https://github.com/QubesOS/qubesos.github.io.git + $ cd qubesos.github.io/ + +3. Build and serve the website: + + $ make rootless + +4. Open your browser and navigate to: + + http://127.0.0.1:4000/ + ### Podman Compose These instructions have been tested on a Fedora 33 qube. Podman is not