summaryrefslogtreecommitdiff
path: root/assignment1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'assignment1.tex')
-rw-r--r--assignment1.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/assignment1.tex b/assignment1.tex
index 7d3b686..d66e376 100644
--- a/assignment1.tex
+++ b/assignment1.tex
@@ -15,7 +15,7 @@
\end{description}
Starting the SUT requires being able to compile haskell, typically through the GHC, and having the Chess.hs dependency installed.
-Installing the Chess.hs can be done through cabal, using the \lstinline|cabal install chesshs| command.
-Compiling and running is then done through \lstinline|make install|.
+Installing Chess.hs can be done through cabal, using the \lstinline|cabal install chesshs| command.
+Compiling and running is then done through \lstinline|make run|.
\end{document}