We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef0cfa commit 2ebe329Copy full SHA for 2ebe329
README.md
@@ -57,20 +57,20 @@ and double-click to install, or use the command line:
57
msiexec /i DockerSandboxes.msi /quiet
58
```
59
60
-### Ubuntu / Debian
+### Ubuntu
61
62
Download the `.deb` package from the release and install:
63
64
```bash
65
-sudo apt install ./DockerSandboxes-linux-amd64.deb
+sudo apt install ./DockerSandboxes-linux-amd64-ubuntu2604.deb
66
67
68
-### RHEL / Fedora
+### Rocky Linux 8
69
70
Download the `.rpm` package from the release and install:
71
72
73
-sudo dnf install ./DockerSandboxes-linux-amd64.rpm
+sudo dnf install ./DockerSandboxes-linux-amd64-rockylinux8.rpm
74
75
76
## Nightly releases
0 commit comments