Skip to content

Commit 3d4a97c

Browse files
Update install-on-linux.md
1 parent 693545c commit 3d4a97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/operate/rs/installing-upgrading/install/install-on-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To install Redis Enterprise Software, use the command line:
3535
```
3636
2. Verify the package signature:
3737
```sh
38-
dpkg-sig --verify <path to installation package>
38+
dpkg-sig --verify </path-to/package.deb>
3939
```
4040

4141
- For RHEL:
@@ -45,7 +45,7 @@ To install Redis Enterprise Software, use the command line:
4545
```
4646
2. Verify the package signature:
4747
```sh
48-
rpm --checksig <package.rpm>
48+
rpm --checksig </path-to/package.rpm>
4949
```
5050

5151
1. To start the installation process, run the installation script. See [installation script options]({{< relref "/operate/rs/installing-upgrading/install/install-script" >}}) for a list of command-line options you can add to the following command:

0 commit comments

Comments
 (0)