scsh 0.5 -> scsh 0.6.

This commit is contained in:
sperber 2002-02-01 15:18:42 +00:00
parent 0d19c2da95
commit 7f43009942
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ building scsh should require exactly the following steps:
\begin{tabular}{l@{\qquad}l}
\ex{gunzip scsh.tar.gz} & \emph{Uncompress the release tar file.} \\
\ex{untar xfv scsh.tar} & \emph{Unpack the source code.} \\
\ex{cd scsh-0.5} & \emph{Move to the source directory.} \\
\ex{cd scsh-0.6} & \emph{Move to the source directory.} \\
\ex{./configure} & \emph{Examine host; build Makefile.} \\
\ex{make} & \emph{Build system.}
\end{tabular}