Tweaked readme
authorNeil Smith <neil.git@njae.me.uk>
Wed, 29 Nov 2017 08:40:08 +0000 (08:40 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Wed, 29 Nov 2017 08:40:08 +0000 (08:40 +0000)
README.html
README.md

index b524d3c57fc0b959201a84a5f4f4be13f8319a11..50c66bbc575addd1a0f6aa99df0d77f06f23a5b2 100644 (file)
@@ -14,6 +14,7 @@
 </div>
 <p>Code to solve the <a href="http://adventofcode.com/2017/">Advent of Code</a> puzzles. This year, I'm using the puzzles to develop my skills in <a href="https://wiki.haskell.org/Haskell">Haskell</a>.</p>
 <p><a href="http://learnyouahaskell.com/chapters">Learn you a Haskell</a>, <a href="https://www.haskell.org/tutorial/index.html">Introduction to Haskell 98</a>, and <a href="https://hackage.haskell.org/">Hackage</a> are good resources.</p>
+<p>The <a href="https://docs.haskellstack.org/en/stable/README/">Stack documentation</a> and <a href="http://howistart.org/posts/haskell/1/">How I Start: Haskell</a> are good sources of using the tools.</p>
 <h1 id="toolchain">Toolchain</h1>
 <p>I'm using the basic Haskell Platform installation, togeher with <code>Stack</code> to manage the packages and dependencies (install with</p>
 <pre><code>$ sudo aptitude install haskell-platform haskell-stack</code></pre>
index 11880e96e5a49e626c10d5f00274a71cfc581c1d..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