From 3713cefaf3f8343b5ce6f4322b43931490ec7b8f Mon Sep 17 00:00:00 2001 From: "Gerardo J. Puerta" Date: Mon, 30 Jan 2017 12:57:15 +0100 Subject: [PATCH] Markdown readme syntax fixed --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2bdad25..01535bf 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ * Packages that don't fit to the official portage tree. ### Manual installation: - git clone https://code.gnuardo.com/gerardo/overlay gnuardo - echo 'PORTDIR_OVERLAY="$PWD/gnuardo"' >> /etc/portage/make.conf - +``` +git clone https://code.gnuardo.com/gerardo/overlay gnuardo +echo 'PORTDIR_OVERLAY="$PWD/gnuardo"' >> /etc/portage/make.conf +```