Skip to content

Commit ce7c0b5

Browse files
Update INSTALL.md
1 parent 423d7af commit ce7c0b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

INSTALL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ In the instructions below, x.y.z is the version number you want to install.
66

77
Download and install one of the Windows builds:
88

9-
- **PeerViewer Setup x.y.z.exe** is a regular assisted installer that creates shortcuts, allows you to choose the installation directory, etc.
10-
- **PeerViewer x.y.z.msi** is a Microsoft Windows Installer with additional commandline options (add /? for help) to support automated deployments and advanced usage.
11-
- **PeerViewer x.y.z.exe** is a portable executable - it works out of the box, without installation steps. You'll have to create your own shortcut if you want one.
9+
- **PeerViewer.Setup.x.y.z.exe** is a regular assisted installer that creates shortcuts, allows you to choose the installation directory, etc.
10+
- **PeerViewer.x.y.z.msi** is a Microsoft Windows Installer with additional commandline options (add /? for help) to support automated deployments and advanced usage.
11+
- **PeerViewer.x.y.z.exe** is a portable executable - it works out of the box, without installation steps. You'll have to create your own shortcut if you want one.
1212
- **PeerViewer-x.y.z-win.zip** is an archive file that can be extracted to a manually created folder for do-it-yourself installations, including creating your own shortcut.
1313

1414
# Linux
@@ -36,11 +36,11 @@ To install the dependencies for the Redhat/Fedora/OpenSuse/CentOS .rpm package,
3636

3737
`sudo yum install at-spi2-core gtk3 libnotify libuuid nss xdg-utils`
3838

39-
And then install the PeerViewer_x.y.z_amd64.rpm file by double-clicking it or running something like:
39+
And then install the PeerViewer_x.y.z_x86_64.rpm file by double-clicking it or running something like:
4040

41-
`sudo rpm -i PeerViewer_x.y.z_amd64.rpm`
41+
`sudo rpm -i PeerViewer_x.y.z_x86_64.rpm`
4242

4343
## Snap package
4444

45-
The .snap package is untested as of yet but it should just work. If you're into snap, try it out and give some feedback!
45+
The PeerViewer_x.y.z_amd64.snap package is untested as of yet but it should just work. If you're into snap, try it out and give some feedback!
4646

0 commit comments

Comments
 (0)