Skip to content

Commit 311808d

Browse files
committed
RHEL install requires explicitly adding moby CLI
1 parent eedbf58 commit 311808d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/iot-edge-install-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ Install the Moby engine.
114114

115115
# [Red Hat Enterprise Linux](#tab/rhel)
116116

117-
Install the Moby engine.
117+
Install the Moby engine and CLI.
118118

119119
```bash
120-
sudo yum install moby-engine
120+
sudo yum install moby-engine moby-cli
121121
```
122122
---
123123

0 commit comments

Comments
 (0)