Updated readme
[advent-of-code-18.git] / README.md
index f9bb2e14caf06d504c1f1419b65b627af40164cb..f55e9a120c1fbcb94a4af150e5439762ba65771d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -48,6 +48,11 @@ Run with
 stack exec advent01
 ```
 
+If you want to pass in additional RTS parameters, do it like this:
+```
+stack exec -- advent01 +RTS -K0 -RTS
+```
+
 Run interactively with
 ```
 stack ghci advent-of-code:exe:advent01