From 0debda0bbbcca2de7fb1d705755d2ef0a3904a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 12 May 2017 16:47:10 +0200 Subject: [PATCH] Start all command examples with $ That has mostly been the case, with one outlier. Fix it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f43a26c..9e647c7a 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ $ sudo make install ``` `skopeo` is also available from Fedora 23 (and later): ```sh -sudo dnf install skopeo +$ sudo dnf install skopeo ``` TODO -