From bdaae27b70319efe666ae6c307aab9217fc26a8d Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 2 Dec 2024 22:59:13 -0500 Subject: [PATCH] docs: fix whitespace --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 079b55e..0675f62 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,15 @@ Select `Use this Template` and create a new repository from it. To enable the wo The top line is the base image you want to start FROM. Any valid image can be a starting point, examples include: -`FROM ghcr.io/ublue-os/bazzite:latest` -`FROM ghcr.io/ublue-os/bluefin:stable` -`FROM ghcr.io/ublue-os/aurora-dx:stable` +- `FROM ghcr.io/ublue-os/bazzite:latest` +- `FROM ghcr.io/ublue-os/bluefin:stable` +- `FROM ghcr.io/ublue-os/aurora-dx:stable` ## "Empty" base images These contain a base system WITHOUT a pre-existing desktop. This is recommended for a more bottom up approach or if you want to to use a different desktop environment than is currently available: -`FROM ghcr.io/ublue-os/base-main:latest` +- `FROM ghcr.io/ublue-os/base-main:latest` Use `base-nvidia:latest` if you need the Nvidia drivers. You can also lock to a specific version like `base-nvidia:41`, etc.