diff --git a/README.md b/README.md index 350d8b2..a0c7ce4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Get the source code and compile git clone git@github.com:scsitape/stenc.git cd stenc/ autoreconf --install -./configure +autogen.sh && ./configure +make check # optionally run the catch testing framework make ```