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 --------------