docs: fix whitespace

This commit is contained in:
Jorge O. Castro 2024-12-02 22:59:13 -05:00 committed by GitHub
parent 8aa5811ac9
commit bdaae27b70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: 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/bazzite:latest`
`FROM ghcr.io/ublue-os/bluefin:stable` - `FROM ghcr.io/ublue-os/bluefin:stable`
`FROM ghcr.io/ublue-os/aurora-dx:stable` - `FROM ghcr.io/ublue-os/aurora-dx:stable`
## "Empty" base images ## "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: 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. Use `base-nvidia:latest` if you need the Nvidia drivers. You can also lock to a specific version like `base-nvidia:41`, etc.