Updated readme for ghci calls
[advent-of-code-19.git] / README.html
index 16c04e174f38c644c32c3887b81db80a996b2aea..dd8744b070a5ed6d51a9133c11a0a9e8dc581d16 100644 (file)
@@ -39,6 +39,9 @@
 <pre><code>stack exec -- advent01 +RTS -K0 -RTS</code></pre>
 <p>Run interactively with</p>
 <pre><code>stack ghci advent01</code></pre>
+<p>or</p>
+<pre><code>stack ghci advent01:exe:advent01</code></pre>
+<p>if the first form is ambiguous.</p>
 <p>To profile, use</p>
 <pre><code>stack build --executable-profiling --library-profiling --ghc-options=&quot;-fprof-auto -rtsopts&quot;</code></pre>
 <p>then run with</p>