Added problems
[advent-of-code-17.git] / README.md
index a6eb1f7366f0c51c843b0af74379d5a0a0fccee7..1561e11922dff3fe4ec5fa903d954c2956e4c9d3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ Code to solve the [Advent of Code](http://adventofcode.com/2017/) puzzles. This
 
 [Learn you a Haskell](http://learnyouahaskell.com/chapters), [Introduction to Haskell 98](https://www.haskell.org/tutorial/index.html), and [Hackage](https://hackage.haskell.org/) are good resources.
 
+The [Stack documentation](https://docs.haskellstack.org/en/stable/README/) and [How I Start: Haskell](http://howistart.org/posts/haskell/1/) are good sources of using the tools. 
+
 # Toolchain
 
 I'm using the basic Haskell Platform installation, togeher with `Stack` to manage the packages and dependencies (install with
@@ -71,6 +73,16 @@ then run with
 stack exec -- advent01 +RTS -p -hy
 ```
 
+# IHaskell
+
+Install following the [IHaskell instructions](https://github.com/gibiansky/IHaskell).
+
+To run, change into the package's directory (after modifying the `.cabal` file) and run it with
+
+```
+stack exec jupyter -- notebook
+```
+
 # Readme
 
 Build this readme file wth