We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e14f1 commit 1bf9eedCopy full SHA for 1bf9eed
README.md
@@ -56,6 +56,25 @@ Git submodules for content:
56
57
## Instructions
58
59
+### Rootless Podman
60
+
61
+Tested with a Fedora 38 XFCE qube.
62
63
+1. Install `podman`.
64
65
+2. Clone this repo, including all submodules, and enter it:
66
67
+ $ git clone --recursive https://github.com/QubesOS/qubesos.github.io.git
68
+ $ cd qubesos.github.io/
69
70
+3. Build and serve the website:
71
72
+ $ make rootless
73
74
+4. Open your browser and navigate to:
75
76
+ http://127.0.0.1:4000/
77
78
### Podman Compose
79
80
These instructions have been tested on a Fedora 33 qube. Podman is not
0 commit comments