From 1d8a65fae8ad8ecac71d5a11cd3d146ec8d40e39 Mon Sep 17 00:00:00 2001 From: Saeid Bazazzadeh Date: Tue, 1 May 2018 12:13:31 -0400 Subject: [PATCH] Initial commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04aa8b1..8cb8f76 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Building the **uldaq** package requires C/C++ compilers, make tool, and the deve 3. Run the following commands to build and install the library: ``` -  $ cd libuldaq-1.0.0.tar.bz2 +  $ cd libuldaq-1.0.0  $ ./configure && make $ sudo make install ```