From 5f9e3a26ee4ee894e39e8964efbd86bac87e2eec Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Fri, 23 Mar 2012 01:14:15 +0200 Subject: Fix command-line for running tests in README Signed-off-by: Paul Colomiets --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 1797849..25f36ed 100644 --- a/README +++ b/README @@ -28,7 +28,7 @@ build and install the library, ensure your system has a C++ compiler installed, and proceed with the following steps: 1. Run `./configure`, then `make` to build the library. -2. Optionally, run `make test` to run the built in test suite. +2. Optionally, run `make check` to run the built in test suite. 3. Run `make install` as root. 4. On Linux or other platforms which use ld.so for dynamic linking, run `ldconfig` or equivalent as root to update your systems shared library @@ -53,7 +53,7 @@ For further details refer to the `doc/xs_zmq.html` or the 'xs_zmq(7)' manual page included with this distribution. NOTE: Enabling this option will *overwrite* any existing installation of -`libzmq` on your system. +`libzmq` on your system. Reporting Bugs -- cgit v1.2.3