summaryrefslogtreecommitdiff
path: root/assignment1.tex
diff options
context:
space:
mode:
authorErin van der Veen2017-09-16 10:04:23 +0200
committerErin van der Veen2017-09-16 10:04:23 +0200
commit03293f93611d43c5ea5dad2e034cb2b98d9822f5 (patch)
tree20191bb0c2d83ee564bc6d0276839c1d669d2050 /assignment1.tex
parentWrite SUT description where possible (diff)
Fix typos in assignment1.tex
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}