From ca9a25e855017336e3b4c9329599b6d3025f8f3f Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Fri, 2 Feb 2018 13:59:01 -0600 Subject: [PATCH] trivial: correct README rendering error --- contrib/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/contrib/README.md b/contrib/README.md index 1232ce366..f2bf21065 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -49,11 +49,15 @@ A Dockerfile for Arch can be generated in `contrib`. To prepare the Docker container run this command: -```OS=arch ./generate_docker.py +``` +OS=arch ./generate_docker.py +``` To build the PKGs run this command (from the root of your git checkout): -```docker run -t -v `pwd`:/build fwupd-arch``` +``` +docker run -t -v `pwd`:/build fwupd-arch +``` PKGs will be made available in your working directory when complete.