docs: fix whitespace
This commit is contained in:
parent
8aa5811ac9
commit
bdaae27b70
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue