Skip to content

Commit 59c93ef

Browse files
authored
Readme nvidia (#5)
1 parent 848b9a7 commit 59c93ef

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ BinaryOS builds on Bluefin-DX's excellent developer experience foundation and ad
1010
- **Opinionated Development Tools**: A curated set of tools and configurations optimized for my development workflow
1111
- **Personal Preferences**: Custom configurations and tweaks that I've found useful over time
1212

13+
### Available Variants
14+
15+
BinaryOS is available in two variants:
16+
17+
- **Regular**: Built on `bluefin-dx:stable-daily` for systems with Intel/AMD graphics
18+
- **NVIDIA**: Built on `bluefin-dx-nvidia:stable-daily` with NVIDIA driver support
19+
1320
This is not meant to be a general-purpose distribution, but rather a personal daily driver that happens to be publicly available for others who might share similar preferences.
1421

1522
## Community & Support
@@ -34,10 +41,16 @@ While this is a personal image, community contributions are welcome! If you enco
3441

3542
From your existing bootc system, run:
3643

44+
**For systems with Intel/AMD graphics:**
3745
```bash
3846
sudo bootc switch ghcr.io/binarypie/binaryos:latest
3947
```
4048

49+
**For systems with NVIDIA graphics:**
50+
```bash
51+
sudo bootc switch ghcr.io/binarypie/binaryos:latest-nvidia
52+
```
53+
4154
Then reboot your system:
4255

4356
```bash
@@ -111,7 +124,10 @@ Run `just` without arguments to see all available commands. Here are the most us
111124

112125
#### Building
113126

114-
- `just build` - Build the BinaryOS container image locally
127+
- `just build` - Build the BinaryOS container image locally (regular variant)
128+
- `just build-regular` - Build the regular variant (Intel/AMD graphics)
129+
- `just build-nvidia` - Build the NVIDIA variant
130+
- `just build-all` - Build both regular and NVIDIA variants
115131
- `just build-iso` - Build a bootable ISO image
116132
- `just build-qcow2` - Build a QCOW2 VM image
117133
- `just build-raw` - Build a raw disk image

0 commit comments

Comments
 (0)