aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-08-05 18:26:58 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-08-05 18:27:23 +0200
commite8002690139c39740a016372fc7dd61461b14017 (patch)
treef4b325ee688098bc0de9d82b91673e6fc5957489
parentad709edadb5f7ce049833eb097ae12b0a379ae24 (diff)
downloadlibssh-e8002690139c39740a016372fc7dd61461b14017.tar.gz
libssh-e8002690139c39740a016372fc7dd61461b14017.tar.xz
libssh-e8002690139c39740a016372fc7dd61461b14017.zip
INSTALL: Fix source directory.
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index bb8691ce..25960367 100644
--- a/INSTALL
+++ b/INSTALL
@@ -88,7 +88,7 @@ If you want to install libssh after compilation run:
## Running
-The libssh binary can be found in the `build/libssh` directory.
+The libssh binary can be found in the `build/src` directory.
You can use `build/examples/samplessh` which is a sample client to
test libssh on UNIX.