Skip to content

Commit 2cdc2b5

Browse files
committed
Nitpicking the uninstall page instructions
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
1 parent 0c21668 commit 2cdc2b5

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

content/uninstall.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ sudo hab pkg uninstall chef/inspec
1717

1818
## Uninstall Chef InSpec on Debian-based distributions
1919

20+
To uninstall Chef InSpec, follow these steps:
21+
2022
1. Remove the package:
2123

2224
```sh
@@ -33,19 +35,21 @@ sudo hab pkg uninstall chef/inspec
3335

3436
## Uninstall Chef InSpec on RPM-based distributions
3537

38+
To uninstall Chef InSpec, follow these steps:
39+
3640
1. Remove the package.
3741

38-
Using `dnf`:
42+
- Using `dnf`:
3943

40-
```sh
41-
sudo dnf remove inspec
42-
```
44+
```sh
45+
sudo dnf remove inspec
46+
```
4347

44-
For Amazon Linux 2 or systems using `yum`:
48+
- For Amazon Linux 2 or systems using `yum`:
4549

46-
```sh
47-
sudo yum remove inspec
48-
```
50+
```sh
51+
sudo yum remove inspec
52+
```
4953

5054
1. Verify that the package has been removed:
5155

0 commit comments

Comments
 (0)