From 5479b25748d6fce58d272d34cc575adb4d98132d Mon Sep 17 00:00:00 2001 From: vsergeev Date: Sat, 5 Mar 2011 06:20:45 -0500 Subject: [PATCH] updated installation path mention in readme --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index d8d6ebe..627e894 100644 --- a/README +++ b/README @@ -59,10 +59,10 @@ including a Cygwin environment. The Makefile is configured to use GCC to compile ssterm. ssterm should have no problem being compiled with "gmake". $ make install - will install ssterm into /usr/local/bin/. + will install ssterm into /usr/bin/. $ make uninstall - will remove ssterm from /usr/local/bin/. + will remove ssterm from /usr/bin/. ssterm requires pthread and ncurses header files and libraries for compilation.