Skip to content

Commit

Permalink
updated readme file for dependency change
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-1004 committed Jul 19, 2023
1 parent ea86f74 commit b78153e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Edit `Makefile` to make changes to PKG_NAME, RELEASE or VERSION, etc.

# Installation:
Debian:
`sudo dpkg -i azure-files-diag.deb`
`sudo apt install -f ./azure-files-diag.deb`

RPM:
`sudo rpm -i azure-files-diag-*.x86_64.rpm`
`sudo dnf install ./azure-files-diag-*.x86_64.rpm`

Add `/opt/xstore/bin/diag-main.sh` to `PATH` for root user. __[Optional]__

Expand All @@ -34,4 +34,4 @@ Debian:
`sudo apt remove azure-files-diag`

RPM:
`sudo rpm -e azure-files-diag`
`sudo dnf remove azure-files-diag`

0 comments on commit b78153e

Please sign in to comment.