Skip to content

Commit

Permalink
Update README.md with rootless podman instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
NitrogenPointBlue committed Nov 17, 2023
1 parent b4e14f1 commit 1bf9eed
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bf9eed

Please sign in to comment.