diff options
author | Erin van der Veen | 2017-09-16 10:04:23 +0200 |
---|---|---|
committer | Erin van der Veen | 2017-09-16 10:04:23 +0200 |
commit | 03293f93611d43c5ea5dad2e034cb2b98d9822f5 (patch) | |
tree | 20191bb0c2d83ee564bc6d0276839c1d669d2050 /assignment1.tex | |
parent | Write SUT description where possible (diff) |
Fix typos in assignment1.tex
Diffstat (limited to 'assignment1.tex')
-rw-r--r-- | assignment1.tex | 4 |
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} |