From a0009fbada06cc3bd36a0413426f873f33df954c Mon Sep 17 00:00:00 2001 From: Sivakumar Raja Date: Tue, 7 Feb 2017 23:08:22 +0530 Subject: [PATCH] Corrected a typo and error in docker start command (#1508) * Corrected a typo in Fedora install instructions * Removed the change on docker start command. Changed the command from `sudo systemctl start docker` to `sudo systemctl docker start` as it was addressed on other PR, so leaving it to the original one. --- engine/installation/linux/fedora.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/installation/linux/fedora.md b/engine/installation/linux/fedora.md index 37ac61d81a..cfd3b18810 100644 --- a/engine/installation/linux/fedora.md +++ b/engine/installation/linux/fedora.md @@ -64,7 +64,7 @@ Docker from the repository. #### Set up the repository -1. Install the `dnf-plugins.core` package which provides the commands to manage +1. Install the `dnf-plugins-core` package which provides the commands to manage your DNF repositories from the command line. ```bash