From 9da603a14969fb7bd2ee08ba2d71c3d3957594f8 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 19 Jun 2018 10:06:41 +0200 Subject: [PATCH] README: Drop bogus backticks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2050782..05d95f9 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Make sure you have `npm` available (usually from your distribution package). These commands check out the source and build it into the `dist/` directory: ``` -git clone https://github.com/cockpit-project/starter-kit.git` -cd starter-kit` +git clone https://github.com/cockpit-project/starter-kit.git +cd starter-kit make ```