Skip to content

Commit

Permalink
docs: ensure correct src rpm handling in INSTALL.md rpm section
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jul 4, 2024
1 parent f9a75c4 commit 9d11c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ $ dpkg -i *.deb
**rpm install** (RedHat, SuSE and their derivative distributions)
```
$ cd pcp-<version>/build/rpm
$ sudo rpm -U `echo *.rpm | sed -e '/\.src\.rpm$/d'`
$ sudo rpm -U `ls -1 *.rpm | sed -e '/\.src\.rpm$/d'`
```
**tarball install** (where we don't have native packaging working yet)
```
Expand Down

0 comments on commit 9d11c6b

Please sign in to comment.