Skip to content

Commit 2ebe329

Browse files
authored
Update README.md
1 parent 5ef0cfa commit 2ebe329

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,20 @@ and double-click to install, or use the command line:
5757
msiexec /i DockerSandboxes.msi /quiet
5858
```
5959

60-
### Ubuntu / Debian
60+
### Ubuntu
6161

6262
Download the `.deb` package from the release and install:
6363

6464
```bash
65-
sudo apt install ./DockerSandboxes-linux-amd64.deb
65+
sudo apt install ./DockerSandboxes-linux-amd64-ubuntu2604.deb
6666
```
6767

68-
### RHEL / Fedora
68+
### Rocky Linux 8
6969

7070
Download the `.rpm` package from the release and install:
7171

7272
```bash
73-
sudo dnf install ./DockerSandboxes-linux-amd64.rpm
73+
sudo dnf install ./DockerSandboxes-linux-amd64-rockylinux8.rpm
7474
```
7575

7676
## Nightly releases

0 commit comments

Comments
 (0)