From 41df2d0c0b0d99f1c5ecc49cb1e6b4596e10705f Mon Sep 17 00:00:00 2001 From: Jonas Stein Date: Tue, 16 Jun 2020 22:28:45 +0200 Subject: [PATCH] README .md syntax --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 61f9e3e..641737d 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,13 @@ Features Get the source code and compile ------------------------------- - git clone git@github.com:scsitape/stenc.git - cd stenc/ - autoreconf --install - ./configure - make +``` +git clone git@github.com:scsitape/stenc.git +cd stenc/ +autoreconf --install +./configure +make +``` Linux Packages --------------